summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/atomic.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-29 23:53:55 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-29 23:53:55 +0200
commit13018d62c10731459b0b4fd3f6852dcebddbccb8 (patch)
tree56115c47b62e8062100492867a8d358d12d571ee /src/pulsecore/atomic.h
parent506eacc9228eaf4f9ed805ca22157988327311fb (diff)
fix a few compiler warnings on older gcc
Diffstat (limited to 'src/pulsecore/atomic.h')
-rw-r--r--src/pulsecore/atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/atomic.h b/src/pulsecore/atomic.h
index 25b77e51..9c58c661 100644
--- a/src/pulsecore/atomic.h
+++ b/src/pulsecore/atomic.h
@@ -42,7 +42,7 @@
#error "Please include config.h before including this file!"
#endif
-#if HAVE_ATOMIC_BUILTINS
+#ifdef HAVE_ATOMIC_BUILTINS
/* __sync based implementation */