From 965df961ef89a629ff0b62b3b7b3265bb1a98a0a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 8 Oct 1996 15:01:36 +0000 Subject: Make sure we include optind, for picky def/ref compilers. svn path=/trunk/; revision=253 --- fetchmail.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fetchmail.c b/fetchmail.c index 3062d3ea..432782f1 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -37,6 +37,7 @@ #include #include "fetchmail.h" +#include "getopt.h" #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ -- cgit v1.2.3