diff options
| author | 2010-01-23 23:07:07 +0100 | |
|---|---|---|
| committer | 2010-01-24 00:19:34 +0100 | |
| commit | e52f09541559aec86bd43bb0a914bafc9153c2de (patch) | |
| tree | f1c2d8451f9548bcf4d4f94831b67a096e8bf09c /libusbmuxd/libusbmuxd.c | |
| parent | 54ffb743aca10dbc0eef567bcc06ee84b4261f9b (diff) | |
| download | usbmuxd-e52f09541559aec86bd43bb0a914bafc9153c2de.tar.gz usbmuxd-e52f09541559aec86bd43bb0a914bafc9153c2de.tar.bz2 | |
Add missing pthread.h include to libusbmuxd
Diffstat (limited to 'libusbmuxd/libusbmuxd.c')
| -rw-r--r-- | libusbmuxd/libusbmuxd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libusbmuxd/libusbmuxd.c b/libusbmuxd/libusbmuxd.c index fa0cb62..c5d0331 100644 --- a/libusbmuxd/libusbmuxd.c +++ b/libusbmuxd/libusbmuxd.c | |||
| @@ -30,6 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
| 30 | #include <arpa/inet.h> | 30 | #include <arpa/inet.h> |
| 31 | #include <unistd.h> | 31 | #include <unistd.h> |
| 32 | #include <signal.h> | 32 | #include <signal.h> |
| 33 | #include <pthread.h> | ||
| 33 | 34 | ||
| 34 | // usbmuxd public interface | 35 | // usbmuxd public interface |
| 35 | #include "usbmuxd.h" | 36 | #include "usbmuxd.h" |
