summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 3bce297..e3096c9 100644
--- a/utils.h
+++ b/utils.h
@@ -20,6 +20,10 @@
/* For uint64_t */
#include <stdint.h>
+/* For ssize_t */
+#include <unistd.h>
+/* For FILE */
+#include <stdio.h>
/* Adjusts the verbosity level for msg() */
void adjust_verbosity(int adj);