From 7a5ed759f13c3fc5f379cce2ca02c9ebfae5eae9 Mon Sep 17 00:00:00 2001 From: Robert Noland Date: Wed, 29 Oct 2008 22:20:35 -0400 Subject: [PATCH] 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. --- src/freebsd_pci.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include "config.h" #include "pciaccess.h" #include "pciaccess_private.h" -- 2.7.4