OSDN Git Service

Fix FreeBSD systems which support pci domains.
authorRobert Noland <rnoland@2hip.net>
Thu, 30 Oct 2008 02:20:35 +0000 (22:20 -0400)
committerRobert Noland <rnoland@2hip.net>
Thu, 30 Oct 2008 02:20:35 +0000 (22:20 -0400)
Support for FreeBSD based systems which support pci domains was broken
in the commit to support kFreeBSD.  Include config.h so that things are
happy again.

src/freebsd_pci.c

index 352cac7..567b8f5 100644 (file)
@@ -43,6 +43,7 @@
 #include <sys/mman.h>
 #include <sys/memrange.h>
 
+#include "config.h"
 #include "pciaccess.h"
 #include "pciaccess_private.h"