diff options
-rw-r--r-- | src/shred.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/shred.c b/src/shred.c index ceba22919..e7b83e439 100644 --- a/src/shred.c +++ b/src/shred.c @@ -77,6 +77,10 @@ #define AUTHORS "Colin Plumb" +#if HAVE_CONFIG_H +# include <config.h> +#endif + #include <getopt.h> #include <stdio.h> #include <setjmp.h> @@ -84,8 +88,6 @@ #if HAVE_CONFIG_H /* Default fileutils build */ -# include <config.h> - # include "system.h" # include "xstrtol.h" # include "closeout.h" |