From 03f13c24a8a9ec87db38b4f319d46dd88e64a508 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 16 Jan 1997 21:12:29 +0000 Subject: Philippe de Muyter's Motorola fixes. svn path=/trunk/; revision=781 --- imap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'imap.c') diff --git a/imap.c b/imap.c index b7c20753..3640fb81 100644 --- a/imap.c +++ b/imap.c @@ -16,6 +16,8 @@ #include "fetchmail.h" #include "socket.h" +extern char *strstr(); /* needed on sysV68 R3V7.1. */ + static int count, seen, recent, unseen, imap4, deletecount; int imap_ok (FILE *sockfp, char *argbuf) -- cgit v1.2.3