]> sjero.net Git - wget/blobdiff - src/utils.c
Assume some headers files provided by gnulib are always present.
[wget] / src / utils.c
index 244b03cdebcbd0f6c78a8c3bfd95ca24ded475f0..1486ed0bcfd4c38950b203954ad2aeff0d8b5baa 100644 (file)
@@ -62,9 +62,7 @@ as that of the covered work.  */
 #include <sys/stat.h>
 
 /* For TIOCGWINSZ and friends: */
-#ifdef HAVE_SYS_IOCTL_H
-# include <sys/ioctl.h>
-#endif
+#include <sys/ioctl.h>
 #ifdef HAVE_TERMIOS_H
 # include <termios.h>
 #endif