diff --git a/include/iatomic.h b/include/iatomic.h index 6d7f546c..08b9996e 100644 --- a/include/iatomic.h +++ b/include/iatomic.h @@ -947,6 +947,8 @@ __asm__ __volatile__( \ #endif /* __mips__ */ #ifdef __arm__ +/* we'll need to duplicate this code, too.. */ +#include typedef struct { volatile int counter; } atomic_t;