OSDN Git Service

Include config.h before anything else in *.c
[android-x86/external-libpciaccess.git] / src / openbsd_pci.c
index 4d1b5cd..b8ce318 100644 (file)
@@ -13,6 +13,9 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <sys/param.h>
 #include <sys/ioctl.h>