util.net: Include missing header needed for successful compiltion on FreeBSD
authorMatthew Wild <mwild1@gmail.com>
Mon, 15 Jul 2013 22:34:59 +0000 (23:34 +0100)
committerMatthew Wild <mwild1@gmail.com>
Mon, 15 Jul 2013 22:34:59 +0000 (23:34 +0100)
util-src/net.c

index 497cd95f831540223d52b7efdb863b01a3563fc5..37fb12cf425fca51b80637e3c5fb90f83e9d1754 100644 (file)
@@ -20,6 +20,7 @@
   #include <net/if.h>
   #include <ifaddrs.h>
   #include <arpa/inet.h>
+  #include <netinet/in.h>
 #endif
 
 #include <lua.h>