X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_getopt.c;h=50a61e882ea76d13104285a6b30d9af92adff995;hb=04ddf3a097198c83d74a60bc2f260b33db5ba92e;hp=b389aaa53391281f49daba5df73c0918ac358bc9;hpb=8fafd09727d58545c1229ca84b94f0082af6a528;p=rrdtool.git diff --git a/src/rrd_getopt.c b/src/rrd_getopt.c index b389aaa..50a61e8 100644 --- a/src/rrd_getopt.c +++ b/src/rrd_getopt.c @@ -30,12 +30,6 @@ #define _NO_PROTO #endif -#ifdef HAVE_CONFIG_H -#include "../rrd_config.h" -#endif - -#include "rrd_i18n.h" - #if !defined (__STDC__) || !__STDC__ /* This is a separate conditional since some stdc systems reject `defined (const)'. */ @@ -44,6 +38,14 @@ #endif #endif + +#ifdef HAVE_CONFIG_H +#include "../rrd_config.h" +#endif + +#include "rrd_i18n.h" + + #include /* Comment out all this code if we are using the GNU C Library, and are not