]> sjero.net Git - wget/commitdiff
activate itimer support.
authorTim Ruehsen <tim.ruehsen@gmx.de>
Thu, 29 Mar 2012 18:13:27 +0000 (20:13 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 29 Mar 2012 18:13:27 +0000 (20:13 +0200)
src/ChangeLog
src/utils.c

index 7c7fb93f68b3ac8b0b3e7f21e13f96d8a783d6ce..52790ca2ec82648fd2a8d7c197dce45d3964d15c 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-29  From: Tim Ruehsen <tim.ruehsen@gmx.de> (tiny change)
+
+       * utils.c (library): Include <sys/time.h>.
+
 2012-03-25  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * utils.c: Include <sys/ioctl.h>.
index 1486ed0bcfd4c38950b203954ad2aeff0d8b5baa..4188ced7d2ab409097b3d4a60650209255732674 100644 (file)
@@ -59,6 +59,8 @@ as that of the covered work.  */
 # endif
 #endif
 
+#include <sys/time.h>
+
 #include <sys/stat.h>
 
 /* For TIOCGWINSZ and friends: */