From: Takashi Iwai Date: Fri, 15 Jun 2001 09:30:49 +0000 (+0000) Subject: fixed compile on ia64 and sparc X-Git-Tag: v1.0.3~808 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=681f6ad7b0bb8bbbaa69e50dd1fb34080d1da0ce;p=alsa-lib.git fixed compile on ia64 and sparc --- diff --git a/src/pcm/pcm_meter.c b/src/pcm/pcm_meter.c index 793e9efb..622fc258 100644 --- a/src/pcm/pcm_meter.c +++ b/src/pcm/pcm_meter.c @@ -34,7 +34,7 @@ #include "pcm_local.h" #include "pcm_plugin.h" -#if defined(__sparc__) || defined __ia64__ +#if defined(__sparc__) || defined(__ia64__) /* asm/atomic.h is unavailable on sparc and ia64 */ #define atomic_t int #define atomic_read(x) (*(x))