diff options
Diffstat (limited to 'src/condition.h')
-rw-r--r-- | src/condition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/condition.h b/src/condition.h index 576ff9dc3..2909f698d 100644 --- a/src/condition.h +++ b/src/condition.h @@ -20,7 +20,7 @@ #ifndef CONDITION_H #define CONDITION_H -#include "os_compat.h" +#include <pthread.h> struct condition { pthread_mutex_t mutex; |