From: Jens Axboe Date: Fri, 21 Dec 2012 20:29:30 +0000 (+0100) Subject: Include before checking __WORDSIZE X-Git-Tag: fio-2.0.13~16 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6cd949398c755b242ad47afba685e65cd584ef68;p=fio.git Include before checking __WORDSIZE Signed-off-by: Jens Axboe --- diff --git a/arch/arch.h b/arch/arch.h index 3ee5ac43..f6a8e998 100644 --- a/arch/arch.h +++ b/arch/arch.h @@ -1,6 +1,8 @@ #ifndef ARCH_H #define ARCH_H +#include + #ifdef __WORDSIZE #define BITS_PER_LONG __WORDSIZE #else