diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-08-29 17:31:19 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-08-29 17:31:19 +0000 |
commit | 67a4bba2ce4be36a23d75d9ae060579d554f6a17 (patch) | |
tree | 1972229e5753a77c233eaa1d0f7ca200d0af5f21 /src/stable/thread.h | |
parent | f8fd3e94111d164bf7d3ac88c10a1069d2e7e83a (diff) | |
download | libbu++-67a4bba2ce4be36a23d75d9ae060579d554f6a17.tar.gz libbu++-67a4bba2ce4be36a23d75d9ae060579d554f6a17.tar.bz2 libbu++-67a4bba2ce4be36a23d75d9ae060579d554f6a17.tar.xz libbu++-67a4bba2ce4be36a23d75d9ae060579d554f6a17.zip |
More header/include fun on windows.
Diffstat (limited to 'src/stable/thread.h')
-rw-r--r-- | src/stable/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stable/thread.h b/src/stable/thread.h index 920807b..ae07665 100644 --- a/src/stable/thread.h +++ b/src/stable/thread.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #ifndef BU_THREAD_H | 8 | #ifndef BU_THREAD_H |
9 | #define BU_THREAD_H | 9 | #define BU_THREAD_H |
10 | 10 | ||
11 | #include "bu/config.h" | ||
11 | #include <pthread.h> | 12 | #include <pthread.h> |
12 | 13 | ||
13 | #include "bu/exceptionbase.h" | 14 | #include "bu/exceptionbase.h" |