mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
activate itimer support.
This commit is contained in:
parent
6533cf2452
commit
2ffc383654
@ -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>.
|
||||
|
@ -59,6 +59,8 @@ as that of the covered work. */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
/* For TIOCGWINSZ and friends: */
|
||||
|
Loading…
Reference in New Issue
Block a user