Fixed BSD IP stack issue

Thanks to @mahomet
This commit is contained in:
Sean 2014-01-21 11:13:44 -08:00
parent 00100ea335
commit 50cfbc2760

View File

@ -47,6 +47,8 @@ typedef short sa_family_t;
#endif
#else
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#endif