=== modified file 'src/utils.c' --- src/utils.c 2012-03-25 15:49:55 +0000 +++ src/utils.c 2012-03-28 11:10:57 +0000 @@ -59,6 +59,11 @@ # endif #endif +/* Needed for itimer support in alarm_set() and alarm_cancel() */ +# ifdef HAVE_SYS_TIME_H +# include +# endif + #include /* For TIOCGWINSZ and friends: */