]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed compile on ARM.
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2002 12:00:02 +0000 (12:00 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2002 12:00:02 +0000 (12:00 +0000)
include/iatomic.h

index 6d7f546c01745edf56e05736254b2c1794029824..08b9996e675e27cd5b42d176ba6ff0af026b5c55 100644 (file)
@@ -947,6 +947,8 @@ __asm__ __volatile__(                                       \
 #endif /* __mips__ */
 
 #ifdef __arm__
+/* we'll need to duplicate this code, too.. */
+#include <asm/proc/system.h>
 
 typedef struct { volatile int counter; } atomic_t;