summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-01-24 01:59:14 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-01-24 02:14:57 +0100
commitd4c8c60b3885873dcc212c8134f23b2739aedbd2 (patch)
tree663a396b3be12be7260deea0f0a8356380aac655 /util.h
parent89beec4875174d56ea926391d812e1604ff55615 (diff)
cleanup some includes
Diffstat (limited to 'util.h')
-rw-r--r--util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/util.h b/util.h
index 69de19e..6d0d58d 100644
--- a/util.h
+++ b/util.h
@@ -1,5 +1,6 @@
-#include <stdint.h>
-#include <time.h>
+#include <sys/types.h>
+
+#include <stdio.h>
#ifdef __OpenBSD__
#include <unistd.h>