summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aclock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/aclock.c b/aclock.c
index 5428901..9188b0c 100644
--- a/aclock.c
+++ b/aclock.c
@@ -10,6 +10,7 @@
*/
#include <sys/ioctl.h>
+#include <sys/time.h>
#include <curses.h>
#include <math.h>
#include <unistd.h>