diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 15:01:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 15:01:36 +0000 |
commit | 965df961ef89a629ff0b62b3b7b3265bb1a98a0a (patch) | |
tree | ea82e5dc001addd3978b33237243d3a44deb5be0 /fetchmail.c | |
parent | b7ec6bf355f24c686b5d605f719f3c1814707054 (diff) | |
download | fetchmail-965df961ef89a629ff0b62b3b7b3265bb1a98a0a.tar.gz fetchmail-965df961ef89a629ff0b62b3b7b3265bb1a98a0a.tar.bz2 fetchmail-965df961ef89a629ff0b62b3b7b3265bb1a98a0a.zip |
Make sure we include optind, for picky def/ref compilers.
svn path=/trunk/; revision=253
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 3062d3ea..432782f1 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -37,6 +37,7 @@ #include <fcntl.h> #include "fetchmail.h" +#include "getopt.h" #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ |