diff options
author | Lee Salzman <[email protected]> | 2013-05-09 15:19:44 +0300 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2013-05-09 15:19:44 +0300 |
commit | 5d76b92c549c068de8922ca4dcf2125d070889d2 (patch) | |
tree | a05377cfc254cf0a43585b60e707ebb933e642e6 /include | |
parent | bd4e5035bcc2f6a5bbad63c39f8fc3423cac55d8 (diff) | |
download | enet-5d76b92c549c068de8922ca4dcf2125d070889d2.tar.gz enet-5d76b92c549c068de8922ca4dcf2125d070889d2.zip |
explicitly include sys/socket.h
Diffstat (limited to 'include')
-rw-r--r-- | include/enet/unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/enet/unix.h b/include/enet/unix.h index 6aae21a..3076faa 100644 --- a/include/enet/unix.h +++ b/include/enet/unix.h @@ -8,6 +8,7 @@ #include <stdlib.h> #include <sys/time.h> #include <sys/types.h> +#include <sys/socket.h> #include <netinet/in.h> #include <unistd.h> |