mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 14:29:05 -07:00
Merge pull request #96 from Subv/patch-2
Add the <arpa/inet.h> include to unix.h
This commit is contained in:
commit
e2ef83927d
2 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
1
unix.c
1
unix.c
|
@ -8,7 +8,6 @@
|
|||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/time.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netdb.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue