]> sjero.net Git - wget/blobdiff - src/main.c
Remove original getopt.[ch] in favor of gnulib's.
[wget] / src / main.c
index 42389839181433fb1cacbaacf644509c972ae436..43889c5f1098e410dd62eb2157e00aed248a7372 100644 (file)
@@ -55,8 +55,7 @@ so, delete this exception statement from your version.  */
 #include "spider.h"
 #include "http.h"               /* for save_cookies */
 
-/* On GNU system this will include system-wide getopt.h. */
-#include "getopt.h"
+#include <getopt.h>
 
 #ifndef PATH_SEPARATOR
 # define PATH_SEPARATOR '/'