OSDN Git Service

Add missing guards around config.h inclusion
[android-x86/external-libpciaccess.git] / src / linux_sysfs.c
index 8fca65e..08c9971 100644 (file)
@@ -57,7 +57,9 @@
 #define iopl(x) -1
 #endif
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #ifdef HAVE_MTRR
 #include <asm/mtrr.h>