summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libusbmuxd/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libusbmuxd/thread.h b/libusbmuxd/thread.h
index af0436b..d5f729e 100644
--- a/libusbmuxd/thread.h
+++ b/libusbmuxd/thread.h
@@ -28,6 +28,7 @@ typedef HANDLE thread_t;
typedef CRITICAL_SECTION mutex_t;
#else
#include <pthread.h>
+#include <signal.h>
typedef pthread_t thread_t;
typedef pthread_mutex_t mutex_t;
#endif