From: Matthias Bolte Date: Wed, 14 Apr 2010 22:59:11 +0000 (+0200) Subject: Fix close_used_without_including_unistd_h error X-Git-Tag: v0.8.1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d73466f038c2526cd4445ee52f3e5b5ef24d5ae;p=thirdparty%2Flibvirt.git Fix close_used_without_including_unistd_h error Triggered by gnulib when compiling with MinGW. --- 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"