xen: add the HAVE_CONFIG_H macro guard
authorDeng Zhengrong <dzrongg@gmail.com>
Sat, 23 Jun 2012 11:16:26 +0000 (19:16 +0800)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 3 Jul 2012 12:12:51 +0000 (17:42 +0530)
src/modules/xen/module-xenpv-sink.c

index 086917c..34e5fc4 100644 (file)
@@ -20,7 +20,9 @@
   USA.
 ***/
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdlib.h>
 #include <sys/stat.h>