From e8c5f24b47e9f0c8fb126ae1c668e146a4c8a3c4 Mon Sep 17 00:00:00 2001 From: Deng Zhengrong Date: Sat, 23 Jun 2012 19:16:26 +0800 Subject: [PATCH] xen: add the HAVE_CONFIG_H macro guard --- src/modules/xen/module-xenpv-sink.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +#endif #include #include