xen: add the HAVE_CONFIG_H macro guard

This commit is contained in:
Deng Zhengrong 2012-06-23 19:16:26 +08:00 committed by Arun Raghavan
parent f231859ca9
commit ea99b0fd2a

View file

@ -20,7 +20,9 @@
USA.
***/
#include "config.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <sys/stat.h>