summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pulsecore/authkey-prop.c4
-rw-r--r--src/pulsecore/props.c4
-rw-r--r--src/pulsecore/x11wrap.c4
3 files changed, 12 insertions, 0 deletions
diff --git a/src/pulsecore/authkey-prop.c b/src/pulsecore/authkey-prop.c
index 3b8304b2..146d7ca0 100644
--- a/src/pulsecore/authkey-prop.c
+++ b/src/pulsecore/authkey-prop.c
@@ -21,6 +21,10 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <assert.h>
#include <string.h>
diff --git a/src/pulsecore/props.c b/src/pulsecore/props.c
index 4a39f0fb..37e74194 100644
--- a/src/pulsecore/props.c
+++ b/src/pulsecore/props.c
@@ -21,6 +21,10 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <assert.h>
#include <pulse/xmalloc.h>
diff --git a/src/pulsecore/x11wrap.c b/src/pulsecore/x11wrap.c
index 067b7df0..1bcbcd48 100644
--- a/src/pulsecore/x11wrap.c
+++ b/src/pulsecore/x11wrap.c
@@ -21,6 +21,10 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <assert.h>
#include <stdio.h>