From 8c697599984b23c83115235e778bfaf8121bcc50 Mon Sep 17 00:00:00 2001
From: Nikias Bassen
Date: Mon, 29 Apr 2013 18:56:03 +0200
Subject: libusbmuxd: added signal.h include to silence pthread_kill compiler
 warning

---
 libusbmuxd/thread.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'libusbmuxd/thread.h')

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
-- 
cgit v1.1-32-gdbae