diff options
Diffstat (limited to '')
-rw-r--r-- | src/notify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify.h b/src/notify.h index d2a7df027..91140d356 100644 --- a/src/notify.h +++ b/src/notify.h @@ -19,7 +19,7 @@ #ifndef NOTIFY_H #define NOTIFY_H -#include "os_compat.h" +#include <pthread.h> struct notify { pthread_mutex_t mutex; |