summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat.h b/compat.h
index 7824fc52..e06f104d 100644
--- a/compat.h
+++ b/compat.h
@@ -261,6 +261,11 @@ size_t strnlen(const char *, size_t);
char *strndup(const char *, size_t);
#endif
+#ifndef HAVE_MEMMEM
+/* memmem.c */
+void *memmem(const void *, size_t, const void *, size_t);
+#endif
+
#ifndef HAVE_DAEMON
/* daemon.c */
int daemon(int, int);