diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; |