mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
explicitly include sys/socket.h
This commit is contained in:
parent
bd4e5035bc
commit
5d76b92c54
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue