From: Takashi Iwai Date: Thu, 17 Jan 2002 12:00:02 +0000 (+0000) Subject: Fixed compile on ARM. X-Git-Tag: v1.0.3~496 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f14063a251f06b447337c28669c6b2ede6a241c5;p=alsa-lib.git Fixed compile on ARM. --- 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;