aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notify.h')
-rw-r--r--src/notify.h2
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;