diff --git a/src/nwipe.h b/src/nwipe.h index 73f6f99..4f1c495 100644 --- a/src/nwipe.h +++ b/src/nwipe.h @@ -36,15 +36,6 @@ void* signal_hand( void* ); #define _FILE_OFFSET_BITS 64 #endif -/* workaround for Fedora */ -#ifndef off64_t -#ifndef off_t -#define off64_t int64_t -#else -#define off64_t off_t -#endif -#endif - /* Busybox headers. */ #ifdef BB_VER #include "busybox.h" @@ -68,6 +59,15 @@ void* signal_hand( void* ); #include #include +/* workaround for Fedora */ +#ifndef off64_t +#ifndef off_t +#define off64_t int64_t +#else +#define off64_t off_t +#endif +#endif + /*#include "config.h"*/ /* System errors. */