diff options
Diffstat (limited to 'lib/url.c')
-rw-r--r-- | lib/url.c | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -30,12 +30,6 @@ #include <stdarg.h> #include <stdlib.h> #include <ctype.h> -#ifdef HAVE_SYS_TYPES_H -#include <sys/types.h> -#endif -#ifdef HAVE_SYS_STAT_H -#include <sys/stat.h> -#endif #include <errno.h> #ifdef WIN32 @@ -78,7 +72,8 @@ #ifndef HAVE_SOCKET #error "We can't compile without socket() support!" #endif -#endif + +#endif /* WIN32 */ #ifdef USE_LIBIDN #include <idna.h> |