--- src/rrd_getopt.c.orig Thu May 1 15:26:36 2008 +++ src/rrd_getopt.c Thu May 1 15:27:04 2008 @@ -30,10 +30,6 @@ #define _NO_PROTO #endif -#ifdef HAVE_CONFIG_H -#include "../rrd_config.h" -#endif - #if !defined (__STDC__) || !__STDC__ /* This is a separate conditional since some stdc systems reject `defined (const)'. */ @@ -42,6 +38,10 @@ #endif #endif +#ifdef HAVE_CONFIG_H +#include "../rrd_config.h" +#endif + #include /* Comment out all this code if we are using the GNU C Library, and are not