[libvirt] [PATCH] Fix close_used_without_including_unistd_h error

15 Apr
2010
15 Apr
'10
1:45 a.m.
Triggered by gnulib when compiling with MinGW. --- I just pushed this trivial compile fix too. src/conf/nwfilter_conf.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/conf/nwfilter_conf.c b/src/conf/nwfilter_conf.c index f4af126..336ea3b 100644 --- a/src/conf/nwfilter_conf.c +++ b/src/conf/nwfilter_conf.c @@ -33,6 +33,7 @@ #if HAVE_NET_ETHERNET_H # include <net/ethernet.h> #endif +#include <unistd.h> #include "internal.h" -- 1.6.3.3
5632
Age (days ago)
5632
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matthias Bolte