X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fsrc%2Frrd_getopt.c;h=281baf4ef2595921079072cd2d0a21f172b4d3eb;hb=4bde84996eeaef4abfa5a208a3650e83f505902f;hp=b715ab0339d701efce02af16e45b1392e6765aaa;hpb=ca074a0c63d0e2135d859d4f011907f7d17b05d9;p=rrdtool-all.git diff --git a/program/src/rrd_getopt.c b/program/src/rrd_getopt.c index b715ab03..281baf4e 100644 --- a/program/src/rrd_getopt.c +++ b/program/src/rrd_getopt.c @@ -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