Update libwebsockets.h

Fix for FreeBSD
This commit is contained in:
hgrundy 2016-04-21 17:20:10 +08:00 committed by Andy Green
parent edb92ee3c7
commit 461a9068f5

View file

@ -151,7 +151,7 @@ struct sockaddr_in;
#else /* NOT WIN32 */
#include <unistd.h>
#if defined(__NetBSD__)
#if defined(__NetBSD__) || defined(__FreeBSD__)
#include <netinet/in.h>
#endif