From a6b119455ce2c0f8d66cf54b9d368db26006d88a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 1997 13:01:16 +0000 Subject: Minor tweaks. svn path=/trunk/; revision=1496 --- pop3.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index d3b95742..24c63147 100644 --- a/pop3.c +++ b/pop3.c @@ -23,7 +23,9 @@ #include #endif /* HAVE_LIBOPIE */ +#ifndef strstr /* glibc-2.1 declares this as a macro */ extern char *strstr(); /* needed on sysV68 R3V7.1. */ +#endif /* strstr */ static int last; -- cgit v1.2.3