diff options
Diffstat (limited to 'libusbmuxd.c')
| -rw-r--r-- | libusbmuxd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libusbmuxd.c b/libusbmuxd.c index ed331aa..1a9b4b8 100644 --- a/libusbmuxd.c +++ b/libusbmuxd.c | |||
| @@ -8,9 +8,9 @@ | |||
| 8 | #include <unistd.h> | 8 | #include <unistd.h> |
| 9 | 9 | ||
| 10 | // usbmuxd public interface | 10 | // usbmuxd public interface |
| 11 | #include <libusbmuxd.h> | ||
| 12 | // usbmuxd protocol | ||
| 13 | #include <usbmuxd.h> | 11 | #include <usbmuxd.h> |
| 12 | // usbmuxd protocol | ||
| 13 | #include <usbmuxd-proto.h> | ||
| 14 | // socket utility functions | 14 | // socket utility functions |
| 15 | #include "sock_stuff.h" | 15 | #include "sock_stuff.h" |
| 16 | 16 | ||
