summaryrefslogtreecommitdiff
path: root/src/modules/xen/module-xenpv-sink.c
diff options
context:
space:
mode:
authorDeng Zhengrong <dzrongg@gmail.com>2012-06-23 19:16:26 +0800
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-06-28 16:41:04 +0530
commite8c5f24b47e9f0c8fb126ae1c668e146a4c8a3c4 (patch)
tree04d07f7c804d1473b00001728028b9619349ed56 /src/modules/xen/module-xenpv-sink.c
parenta72544589da43f3de283bd538c6135993904303c (diff)
downloadpulseaudio-e8c5f24b47e9f0c8fb126ae1c668e146a4c8a3c4.tar.gz
xen: add the HAVE_CONFIG_H macro guard
Diffstat (limited to 'src/modules/xen/module-xenpv-sink.c')
-rw-r--r--src/modules/xen/module-xenpv-sink.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/xen/module-xenpv-sink.c b/src/modules/xen/module-xenpv-sink.c
index 086917c0b..34e5fc490 100644
--- a/src/modules/xen/module-xenpv-sink.c
+++ b/src/modules/xen/module-xenpv-sink.c
@@ -20,7 +20,9 @@
USA.
***/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdlib.h>
#include <sys/stat.h>