diff options
Diffstat (limited to 'sys/dev/nsp/nsp.c')
-rw-r--r-- | sys/dev/nsp/nsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index 1220075..8fd71702 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -79,8 +79,8 @@ __FBSDID("$FreeBSD$"); #include <machine/bus_memio.h> #include <machine/bus.h> -#include <machine/dvcfg.h> -#include <machine/physio_proc.h> +#include <compat/netbsd/dvcfg.h> +#include <compat/netbsd/physio_proc.h> #include <cam/scsi/scsi_low.h> #include <dev/nsp/nspreg.h> |