aboutsummaryrefslogtreecommitdiff
path: root/src/tests/readwritemutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tests/readwritemutex.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/readwritemutex.cpp b/src/tests/readwritemutex.cpp
index d00956d..3ed8a49 100644
--- a/src/tests/readwritemutex.cpp
+++ b/src/tests/readwritemutex.cpp
@@ -1,3 +1,9 @@
1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
1#include <bu/readwritemutex.h> 7#include <bu/readwritemutex.h>
2#include <bu/thread.h> 8#include <bu/thread.h>
3#include <bu/randomcmwc.h> 9#include <bu/randomcmwc.h>