aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-28 03:49:39 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-28 03:49:39 +0000
commitb1000cb703b852ea6c7493d9d8d24780e4a3b157 (patch)
treecd6a56441d638475c0b331cda5b3c0c7c1fbfd5f /getopt.c
parentcab2269e10d82e3e5e371889b42d19d0cafc9eaa (diff)
downloadfetchmail-b1000cb703b852ea6c7493d9d8d24780e4a3b157.tar.gz
fetchmail-b1000cb703b852ea6c7493d9d8d24780e4a3b157.tar.bz2
fetchmail-b1000cb703b852ea6c7493d9d8d24780e4a3b157.zip
Cleanup for PL3.
svn path=/trunk/; revision=402
Diffstat (limited to 'getopt.c')
-rw-r--r--getopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/getopt.c b/getopt.c
index de30ec79..ecf0c34c 100644
--- a/getopt.c
+++ b/getopt.c
@@ -39,6 +39,7 @@
#endif
#include <stdio.h>
+#include <string.h>
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C