]> sjero.net Git - wget/blobdiff - src/utils.c
activate itimer support.
[wget] / src / utils.c
index 244b03cdebcbd0f6c78a8c3bfd95ca24ded475f0..4188ced7d2ab409097b3d4a60650209255732674 100644 (file)
@@ -59,12 +59,12 @@ as that of the covered work.  */
 # endif
 #endif
 
+#include <sys/time.h>
+
 #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