diff options
Diffstat (limited to 'libusbmuxd/libusbmuxd.c')
| -rw-r--r-- | libusbmuxd/libusbmuxd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libusbmuxd/libusbmuxd.c b/libusbmuxd/libusbmuxd.c index 4a59639..20ac8ab 100644 --- a/libusbmuxd/libusbmuxd.c +++ b/libusbmuxd/libusbmuxd.c | |||
| @@ -33,7 +33,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
| 33 | #ifndef EPROTO | 33 | #ifndef EPROTO |
| 34 | #define EPROTO 134 | 34 | #define EPROTO 134 |
| 35 | #endif | 35 | #endif |
| 36 | #define EBADMSG 77 | 36 | #ifndef EBADMSG |
| 37 | #define EBADMSG 104 | ||
| 38 | #endif | ||
| 37 | #else | 39 | #else |
| 38 | #include <sys/socket.h> | 40 | #include <sys/socket.h> |
| 39 | #include <arpa/inet.h> | 41 | #include <arpa/inet.h> |
