From 782b2e37c6a4e0254e2b596b9182043c5ebabd75 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 17 Jul 2012 18:16:07 +0200 Subject: build: Fix missing struct in_addr warning. --- src/string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index c2ee2978..a465d36d 100644 --- a/src/string.c +++ b/src/string.c @@ -26,6 +26,7 @@ #include #ifndef _WIN32 +#include #include #endif -- cgit