diff options
author | Andrew Morton <akpm@osdl.org> | 2006-01-08 01:00:29 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 20:12:38 -0800 |
commit | 5998bf1ddb5fb236597190b2274d357add63fd7e (patch) | |
tree | ca05dbc0d17957e9d0adcf50f7868eb25cef3921 /include/asm-generic/atomic.h | |
parent | 84c2008af01132c4ca257ed9b595693c611df15d (diff) |
[PATCH] asm-generic/atomic.h needs types.h
For BITS_PER_LONG
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-generic/atomic.h')
-rw-r--r-- | include/asm-generic/atomic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/atomic.h b/include/asm-generic/atomic.h index e0a28b925ef..0fada8f16dc 100644 --- a/include/asm-generic/atomic.h +++ b/include/asm-generic/atomic.h @@ -8,6 +8,7 @@ * edit all arch specific atomic.h files. */ +#include <asm/types.h> /* * Suppport for atomic_long_t |