diff --git a/src/tools.c b/src/tools.c index f148f356c..b5cc30e68 100644 --- a/src/tools.c +++ b/src/tools.c @@ -16,10 +16,6 @@ #include #endif -#if (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 16)) -#include -#endif - #include #include #include @@ -36,6 +32,10 @@ #include #include +#if (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 16)) +#include +#endif + #include #include