aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-08 15:01:36 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-08 15:01:36 +0000
commit965df961ef89a629ff0b62b3b7b3265bb1a98a0a (patch)
treeea82e5dc001addd3978b33237243d3a44deb5be0
parentb7ec6bf355f24c686b5d605f719f3c1814707054 (diff)
downloadfetchmail-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
-rw-r--r--fetchmail.c1
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 */