diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-02-27 16:49:52 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-02-27 16:49:52 +0100 |
commit | b5282c0c2cb976753c2faf9a438ef04d2daace6d (patch) | |
tree | 727af2abdd89ad53e09504847d77cfaa6c37057c | |
parent | 6176613745fc01c259d5bcabd87fcff1a1b60bbf (diff) |
fix missing includes for uint32_t and time_t
-rw-r--r-- | util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#include <stdint.h> +#include <time.h> + #undef strlcat size_t strlcat(char *, const char *, size_t); #undef strlcpy |