From 79739caa154403260496d3b0c33f47ef0cf21447 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 31 Jul 1999 20:44:55 +0000 Subject: Before applying Brian Boutel's lexer fix. svn path=/trunk/; revision=2518 --- fetchmail.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 98428ff6..eaf1886a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -45,7 +45,6 @@ #include "fetchmail.h" #include "tunable.h" #include "smtp.h" -#include "getopt.h" #include "netrc.h" #include "i18n.h" @@ -162,7 +161,7 @@ static void dropprivs(void) } #endif -int main (int argc, char **argv) +int main(int argc, char **argv) { int st, bkgd = FALSE; int parsestatus, implicitmode = FALSE; -- cgit v1.2.3