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

Merge pull request #1 from hgrundy/hgrundy_freebsdport

Update libwebsockets.h
This commit is contained in:
hgrundy 2016-04-21 17:20:37 +08:00
commit 86addc939d

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