X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fatomic.h;h=3d7283d84405e58b1249a562e4839570170928ec;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=4b0ce3e7de9a4267088ab585e46232214b139879;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-arm/atomic.h b/include/asm-arm/atomic.h index 4b0ce3e7d..3d7283d84 100644 --- a/include/asm-arm/atomic.h +++ b/include/asm-arm/atomic.h @@ -11,6 +11,7 @@ #ifndef __ASM_ARM_ATOMIC_H #define __ASM_ARM_ATOMIC_H +#include #include typedef struct { volatile int counter; } atomic_t;