From 6cd949398c755b242ad47afba685e65cd584ef68 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 21 Dec 2012 21:29:30 +0100 Subject: [PATCH] Include before checking __WORDSIZE Signed-off-by: Jens Axboe --- arch/arch.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1