diff options
Diffstat (limited to '')
-rw-r--r-- | src/stable/condition.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stable/condition.cpp b/src/stable/condition.cpp index 7719d7b..b82626d 100644 --- a/src/stable/condition.cpp +++ b/src/stable/condition.cpp | |||
@@ -5,10 +5,10 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <sys/time.h> | ||
9 | |||
10 | #include "bu/condition.h" | 8 | #include "bu/condition.h" |
11 | 9 | ||
10 | #include <sys/time.h> | ||
11 | |||
12 | Bu::Condition::Condition() | 12 | Bu::Condition::Condition() |
13 | { | 13 | { |
14 | pthread_cond_init( &cond, NULL ); | 14 | pthread_cond_init( &cond, NULL ); |