diff --git a/src/utils.c b/src/utils.c index 1409c309..e3b1f740 100644 --- a/src/utils.c +++ b/src/utils.c @@ -20,6 +20,10 @@ * . */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include @@ -31,10 +35,6 @@ #include #include -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "utils.h" #ifdef HAVE_SETRLIMIT