aboutsummaryrefslogtreecommitdiff
path: root/clocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'clocks.c')
-rw-r--r--clocks.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/clocks.c b/clocks.c
index 86ae948..684bf88 100644
--- a/clocks.c
+++ b/clocks.c
@@ -22,6 +22,11 @@
#include <stdio.h>
#undef _GNU_SOURCE
#endif
+#include <string.h>
+#include <stdbool.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <sys/param.h>
#include <mntent.h>
#include <sys/stat.h>