summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhgrundy <harrison.grundy@astrodoggroup.com>2016-04-21 17:20:10 +0800
committerAndy Green <andy@warmcat.com>2016-04-21 17:52:39 +0800
commit461a9068f5d6f241abb54b7a71c1001f6e6f1166 (patch)
tree566fc7b34d72ac2588166028ec5425cc7713c69b
parentedb92ee3c75fac5e25723d9e4dd6417f02222cb0 (diff)
downloadlibwebsockets-461a9068f5d6f241abb54b7a71c1001f6e6f1166.tar.gz
libwebsockets-461a9068f5d6f241abb54b7a71c1001f6e6f1166.tar.bz2
libwebsockets-461a9068f5d6f241abb54b7a71c1001f6e6f1166.zip
Update libwebsockets.h
Fix for FreeBSD
-rw-r--r--lib/libwebsockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h
index 14847390..7c5a9ef2 100644
--- a/lib/libwebsockets.h
+++ b/lib/libwebsockets.h
@@ -151,7 +151,7 @@ struct sockaddr_in;
#else /* NOT WIN32 */
#include <unistd.h>
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) || defined(__FreeBSD__)
#include <netinet/in.h>
#endif