activate itimer support.

This commit is contained in:
Tim Ruehsen 2012-03-29 20:13:27 +02:00 committed by Giuseppe Scrivano
parent 6533cf2452
commit 2ffc383654
2 changed files with 6 additions and 0 deletions

View 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>.

View 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: */