about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e+absinthe@yhbt.net>2010-09-25 01:36:11 -0700
committerEric Wong <e@yhbt.net>2010-09-25 08:32:35 +0000
commit0c60192621303f5e4ebd46d43a058de48126bc8a (patch)
tree5d927ce1c52af254d1c59d526fca981fb35b259d
parent0beb82437f4ab0b8422e225080b234361092315e (diff)
downloadkgio-0c60192621303f5e4ebd46d43a058de48126bc8a.tar.gz
This is needed for FreeBSD 7.0, at least.
-rw-r--r--ext/kgio/kgio_ext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/kgio/kgio_ext.c b/ext/kgio/kgio_ext.c
index 8bbb40f..45c8041 100644
--- a/ext/kgio/kgio_ext.c
+++ b/ext/kgio/kgio_ext.c
@@ -8,6 +8,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <netinet/in.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <arpa/inet.h>