]> Pileus Git - ~andy/fetchmail/commitdiff
Make sure we include optind, for picky def/ref compilers.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 8 Oct 1996 15:01:36 +0000 (15:01 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 8 Oct 1996 15:01:36 +0000 (15:01 -0000)
svn path=/trunk/; revision=253

fetchmail.c

index 3062d3ea1f6ab49cbe498f7d1b510e083858b458..432782f11046530723883e3cad24492a0d07a473 100644 (file)
@@ -37,6 +37,7 @@
 #include <fcntl.h>
 
 #include "fetchmail.h"
+#include "getopt.h"
 
 #ifdef HAVE_PROTOTYPES
 /* prototypes for internal functions */