aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 2 insertions, 0 deletions
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)