X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/2e3f280e127fd0eaa11bbee46c0610c839b9fca5..dcf1fcc0405ed9d74f73a2cde910aa0ce95bd777:/du.c diff --git a/du.c b/du.c index 9a8a4a3..1a375bf 100644 --- a/du.c +++ b/du.c @@ -2,8 +2,12 @@ * du.c: implementation of du.h. */ +#include "agedu.h" /* for config.h */ + +#ifdef HAVE_FEATURES_H #define _GNU_SOURCE #include +#endif #include #include @@ -14,7 +18,6 @@ #include #include -#include "agedu.h" #include "du.h" #include "alloc.h"