summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/strnlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/strnlen.c')
-rw-r--r--openbsd-compat/strnlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/strnlen.c b/openbsd-compat/strnlen.c
index 8cc6b96b..7ad3573a 100644
--- a/openbsd-compat/strnlen.c
+++ b/openbsd-compat/strnlen.c
@@ -18,7 +18,7 @@
/* OPENBSD ORIGINAL: lib/libc/string/strnlen.c */
-#include "config.h"
+#include "includes.h"
#if !defined(HAVE_STRNLEN) || defined(BROKEN_STRNLEN)
#include <sys/types.h>