Include <stdint.h> before checking __WORDSIZE
authorJens Axboe <axboe@kernel.dk>
Fri, 21 Dec 2012 20:29:30 +0000 (21:29 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 21 Dec 2012 20:29:30 +0000 (21:29 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/arch.h

index 3ee5ac43e563eb0b5e3c72576e18d8729139ce3c..f6a8e998672c4e4425103e576238946be9cabb61 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef ARCH_H
 #define ARCH_H
 
+#include <stdint.h>
+
 #ifdef __WORDSIZE
 #define BITS_PER_LONG  __WORDSIZE
 #else