aboutsummaryrefslogtreecommitdiff
path: root/lib/portability.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/portability.h')
-rw-r--r--lib/portability.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/portability.h b/lib/portability.h
index a74d66d5..2dba2311 100644
--- a/lib/portability.h
+++ b/lib/portability.h
@@ -88,8 +88,6 @@ char *strptime(const char *buf, const char *format, struct tm *tm);
char *dirname(char *path);
char *__xpg_basename(char *path);
static inline char *basename(char *path) { return __xpg_basename(path); }
-
-#include <string.h>
char *strcasestr(const char *haystack, const char *needle);
#endif // defined(glibc)