Fix close_used_without_including_unistd_h error

Triggered by gnulib when compiling with MinGW.
This commit is contained in:
Matthias Bolte 2010-04-15 00:59:11 +02:00
parent 4aeb0e45e9
commit 2d73466f03

View File

@ -33,6 +33,7 @@
#if HAVE_NET_ETHERNET_H
# include <net/ethernet.h>
#endif
#include <unistd.h>
#include "internal.h"