summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/mountlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mountlist.c b/lib/mountlist.c
index de3e078c1..5018745a0 100644
--- a/lib/mountlist.c
+++ b/lib/mountlist.c
@@ -34,7 +34,9 @@ void free ();
# include <strings.h>
#endif
+#ifndef strstr
char *strstr ();
+#endif
char *xmalloc ();
char *xrealloc ();
char *xstrdup ();