@@ -14,21 +14,11 @@ * file. */ #include "config.h" -#include /* include any libc header to get the libc defines */ - -#ifdef HAVE_UNISTD_H -# ifdef __GLIBC__ -# undef __USE_XOPEN /* Needed to avoid old glibc using __block */ -# endif -# include -# ifdef __GLIBC__ -# define __USE_XOPEN 1 -# endif -#endif +#include "unistd_wrapper.h" #ifdef HAVE_ARPA_INET_H # include #endif #ifdef HAVE_NETDB_H