summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-02-27 16:49:52 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-02-27 16:49:52 +0100
commitb5282c0c2cb976753c2faf9a438ef04d2daace6d (patch)
tree727af2abdd89ad53e09504847d77cfaa6c37057c /util.h
parent6176613745fc01c259d5bcabd87fcff1a1b60bbf (diff)
fix missing includes for uint32_t and time_t
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util.h b/util.h
index 6741334..e21d676 100644
--- a/util.h
+++ b/util.h
@@ -1,3 +1,6 @@
+#include <stdint.h>
+#include <time.h>
+
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy