summaryrefslogtreecommitdiff
path: root/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'strlcat.c')
-rw-r--r--strlcat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strlcat.c b/strlcat.c
index 14c53a1..bbfa64f 100644
--- a/strlcat.c
+++ b/strlcat.c
@@ -19,6 +19,8 @@
#include <sys/types.h>
#include <string.h>
+#include "compat.h"
+
/*
* Appends src to string dst of size dsize (unlike strncat, dsize is the
* full size of dst, not space left). At most dsize-1 characters