summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/thread-posix.c
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-08-30 17:01:10 +0000
committerPierre Ossman <ossman@cendio.se>2006-08-30 17:01:10 +0000
commitad0535beef4cd0d4e96fa194d54796a0945ed3c6 (patch)
treed8ccc95aee415aa50f32f672af8e10fe3029d06f /src/pulsecore/thread-posix.c
parenta6b99d5196cf66aa276d9e7c9483f1b9e2fba491 (diff)
Add AO_REQUIRE_CAS as we do.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1348 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/thread-posix.c')
-rw-r--r--src/pulsecore/thread-posix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/thread-posix.c b/src/pulsecore/thread-posix.c
index 15ade290..54f21b75 100644
--- a/src/pulsecore/thread-posix.c
+++ b/src/pulsecore/thread-posix.c
@@ -25,6 +25,8 @@
#include <assert.h>
#include <pthread.h>
+
+#define AO_REQUIRE_CAS
#include <atomic_ops.h>
#include <pulse/xmalloc.h>