Skip to content

Commit

Permalink
[PATCH] asm-generic/atomic.h needs types.h
Browse files Browse the repository at this point in the history
For BITS_PER_LONG

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jan 9, 2006
1 parent 84c2008 commit 5998bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-generic/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* edit all arch specific atomic.h files.
*/

#include <asm/types.h>

/*
* Suppport for atomic_long_t
Expand Down

0 comments on commit 5998bf1

Please sign in to comment.