aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util.h b/util.h
index 4da3885..89110e5 100644
--- a/util.h
+++ b/util.h
@@ -1,2 +1,6 @@
+#include <stdarg.h>
+
+#undef strlcat
+size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);