From 2d73466f038c2526cd4445ee52f3e5b5ef24d5ae Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Thu, 15 Apr 2010 00:59:11 +0200 Subject: [PATCH] Fix close_used_without_including_unistd_h error Triggered by gnulib when compiling with MinGW. --- src/conf/nwfilter_conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/nwfilter_conf.c b/src/conf/nwfilter_conf.c index f4af1267ec..336ea3b890 100644 --- a/src/conf/nwfilter_conf.c +++ b/src/conf/nwfilter_conf.c @@ -33,6 +33,7 @@ #if HAVE_NET_ETHERNET_H # include #endif +#include #include "internal.h"