blob: ea8d769abc5a989b6b77e6cd2ca0ef2886407098 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Derived from OE by Dongxiao Xu <dongxiao.xu@intel.com>
Index: pulseaudio-0.9.11/src/pulsecore/atomic.h
===================================================================
--- pulseaudio-0.9.11.orig/src/pulsecore/atomic.h
+++ pulseaudio-0.9.11/src/pulsecore/atomic.h
@@ -40,6 +40,8 @@
#error "Please include config.h before including this file!"
#endif
+#include "macro.h"
+
#ifdef HAVE_ATOMIC_BUILTINS
/* __sync based implementation */
|