diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ #if defined(HAVE_ALLOCA_H) #include <alloca.h> #endif +#if defined(HAVE_SYS_ITIMER_H) +#include <sys/itimer.h> +#endif #include <sys/time.h> #include <signal.h> |