]> Pileus Git - ~andy/fetchmail/blobdiff - getopt.c
Merge branch 'legacy_63'
[~andy/fetchmail] / getopt.c
index de30ec79fec56abda44edbe0882096361c076b7a..04524325d04d14b76f8fcad776a110ae6283f68d 100644 (file)
--- a/getopt.c
+++ b/getopt.c
@@ -27,7 +27,7 @@
 #endif
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #if !defined (__STDC__) || !__STDC__
@@ -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