1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Update libwebsockets.h

Fix for FreeBSD
This commit is contained in:
hgrundy 2016-04-21 17:20:10 +08:00
parent 3f6972ba88
commit 5f8b6cc0aa

View file

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