From 24aa767cf3eb0c8fb21620c621b5b4104649f41e Mon Sep 17 00:00:00 2001 From: Keith Rarick Date: Sun, 11 Oct 2009 17:52:13 -0700 Subject: [PATCH] Fix build on FreeBSD. Thanks to Peter Kieltyka http://github.com/pkieltyka for the fix. Closes gh-21. --- net.h | 1 + 1 file changed, 1 insertion(+) diff --git a/net.h b/net.h index 38a4a7a..b806800 100644 --- a/net.h +++ b/net.h @@ -18,6 +18,7 @@ #define net_h #include +#include #include #include #include -- 2.11.4.GIT