diff options
Diffstat (limited to 'openbsd-compat/strnlen.c')
-rw-r--r-- | openbsd-compat/strnlen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/strnlen.c b/openbsd-compat/strnlen.c index 93d515595..8cc6b96b5 100644 --- a/openbsd-compat/strnlen.c +++ b/openbsd-compat/strnlen.c | |||
@@ -19,7 +19,7 @@ | |||
19 | /* OPENBSD ORIGINAL: lib/libc/string/strnlen.c */ | 19 | /* OPENBSD ORIGINAL: lib/libc/string/strnlen.c */ |
20 | 20 | ||
21 | #include "config.h" | 21 | #include "config.h" |
22 | #ifndef HAVE_STRNLEN | 22 | #if !defined(HAVE_STRNLEN) || defined(BROKEN_STRNLEN) |
23 | #include <sys/types.h> | 23 | #include <sys/types.h> |
24 | 24 | ||
25 | #include <string.h> | 25 | #include <string.h> |