Skip to content
Snippets Groups Projects
Commit 6b85fdb7 authored by rswindell's avatar rswindell
Browse files

Deuce's fix for building on FreeBSD.

parent a02cdfc8
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,10 @@
#elif defined __unix__ /* Unix-variant */
#ifdef __FreeBSD__
#include <sys/types.h> /* u_intXX_t */
#endif
#include <netdb.h> /* gethostbyname */
#include <netinet/in.h> /* IPPROTO_IP */
#include <sys/socket.h> /* socket/bind/etc. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment