diff options
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 2e56203e1..f02dec63e 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -94,6 +94,10 @@ size_t strlcpy(char *dst, const char *src, size_t siz); | |||
94 | size_t strlcat(char *dst, const char *src, size_t siz); | 94 | size_t strlcat(char *dst, const char *src, size_t siz); |
95 | #endif | 95 | #endif |
96 | 96 | ||
97 | #ifndef HAVE_STRCASESTR | ||
98 | char *strcasestr(const char *, const char *); | ||
99 | #endif | ||
100 | |||
97 | #ifndef HAVE_SETENV | 101 | #ifndef HAVE_SETENV |
98 | int setenv(register const char *name, register const char *value, int rewrite); | 102 | int setenv(register const char *name, register const char *value, int rewrite); |
99 | #endif | 103 | #endif |