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:
parent
3f6972ba88
commit
5f8b6cc0aa
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