From 0c60192621303f5e4ebd46d43a058de48126bc8a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 25 Sep 2010 01:36:11 -0700 Subject: [PATCH] fix missing netinet/in.h include This is needed for FreeBSD 7.0, at least. --- ext/kgio/kgio_ext.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include #include #include -- 2.11.4.GIT