summary refs log tree commit diff
path: root/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'strlcat.c')
-rw-r--r--strlcat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/strlcat.c b/strlcat.c
index 3702ead..6e28e87 100644
--- a/strlcat.c
+++ b/strlcat.c
@@ -18,10 +18,11 @@
 
 /* OPENBSD ORIGINAL: lib/libc/string/strlcat.c */
 
-#ifndef HAVE_STRLCAT
-
 #include <sys/types.h>
 #include <string.h>
+#include "calmwm.h"
+
+#ifndef HAVE_STRLCAT
 
 /*
  * Appends src to string dst of size siz (unlike strncat, siz is the