diff lib-src/getopt.c @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 15872534500d
children 084402c475ba
line wrap: on
line diff
--- a/lib-src/getopt.c	Mon Aug 13 09:49:11 2007 +0200
+++ b/lib-src/getopt.c	Mon Aug 13 09:50:14 2007 +0200
@@ -31,14 +31,12 @@
 #endif
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include <../src/config.h>
 #endif
 
 #include <stdio.h>
-#ifdef STDC_HEADERS
 #include <string.h>
 #include <stdlib.h>
-#endif
 
 /* 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