summaryrefslogtreecommitdiff
path: root/bsd
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-08-29 19:07:27 +0000
committerEric Anholt <anholt@freebsd.org>2003-08-29 19:07:27 +0000
commitbd3bc9f23d7a1895b2bf87d39346c5d4c9615020 (patch)
tree39572cbdce1871c3a60f1ebde67b23f4bb7cf706 /bsd
parentba804e7864eef2fd1d92cfe75b0bc868302da084 (diff)
This PCI header has been living in dev/pci/ for a while now.
Diffstat (limited to 'bsd')
-rw-r--r--bsd/drm_os_freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/drm_os_freebsd.h b/bsd/drm_os_freebsd.h
index acf21f01..5337cc2f 100644
--- a/bsd/drm_os_freebsd.h
+++ b/bsd/drm_os_freebsd.h
@@ -59,7 +59,7 @@
#include <sys/mman.h>
#include <sys/rman.h>
#include <sys/memrange.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcivar.h>
#if __FreeBSD_version >= 500000
#include <sys/selinfo.h>
#else