projects
/
platform
/
upstream
/
libwebsockets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c3a3c5
)
Update libwebsockets.h
author
hgrundy
<harrison.grundy@astrodoggroup.com>
Thu, 21 Apr 2016 09:20:10 +0000
(17:20 +0800)
committer
Andy Green
<andy@warmcat.com>
Thu, 21 Apr 2016 09:50:55 +0000
(17:50 +0800)
Fix for FreeBSD
lib/libwebsockets.h
patch
|
blob
|
history
diff --git
a/lib/libwebsockets.h
b/lib/libwebsockets.h
index 4824dc2a44cac58730ee2420bd87934d5155d09e..6dd32a5ef6af843849d6e3222af827ac87f7ae1a 100644
(file)
--- a/
lib/libwebsockets.h
+++ b/
lib/libwebsockets.h
@@
-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