From: Tim Ruehsen Date: Thu, 29 Mar 2012 18:13:27 +0000 (+0200) Subject: activate itimer support. X-Git-Tag: v1.14~49 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=2ffc3836540b437f8af8d8cfc15252b7057c1ff2 activate itimer support. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7c7fb93f..52790ca2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-03-29 From: Tim Ruehsen (tiny change) + + * utils.c (library): Include . + 2012-03-25 Giuseppe Scrivano * utils.c: Include . diff --git a/src/utils.c b/src/utils.c index 1486ed0b..4188ced7 100644 --- a/src/utils.c +++ b/src/utils.c @@ -59,6 +59,8 @@ as that of the covered work. */ # endif #endif +#include + #include /* For TIOCGWINSZ and friends: */