blob: da46d4b58b3e6ae1540a78c07936578454134e87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Upstream-Status: Pending
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 */
|