summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Noland <rnoland@2hip.net>2008-10-29 22:20:35 -0400
committerRobert Noland <rnoland@2hip.net>2008-10-29 22:20:35 -0400
commit7a5ed759f13c3fc5f379cce2ca02c9ebfae5eae9 (patch)
treea7fe0fff314bffaca810cee9d04114fbe117814b /src
parent067f979cbd410ddb82aee702d8434552e35c7154 (diff)
Fix FreeBSD systems which support pci domains.
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.
Diffstat (limited to 'src')
-rw-r--r--src/freebsd_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freebsd_pci.c b/src/freebsd_pci.c
index 352cac7..567b8f5 100644
--- a/src/freebsd_pci.c
+++ b/src/freebsd_pci.c
@@ -43,6 +43,7 @@
#include <sys/mman.h>
#include <sys/memrange.h>
+#include "config.h"
#include "pciaccess.h"
#include "pciaccess_private.h"