Update libwebsockets.h
Fix for FreeBSD
This commit is contained in:
parent
5c3a3c5e95
commit
d02028bf25
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue