fix implicit declaration of close with unistd.h

This commit is contained in:
Justin Meza 2014-10-24 22:02:26 -07:00
parent ef823bc1a0
commit 88c2d47e13
1 changed files with 1 additions and 0 deletions

1
inet.h
View File

@ -71,6 +71,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/time.h>
#include <unistd.h>
#define IN_PORT_ANY 0
#define IN_ADDR_ANY INADDR_ANY