diff options
Diffstat (limited to 'sys/dev/stg/tmc18c30_pccard.c')
-rw-r--r-- | sys/dev/stg/tmc18c30_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index ccab15a..347bb02 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/bus_pio.h> -#include <machine/dvcfg.h> +#include <compat/netbsd/dvcfg.h> #include <sys/device_port.h> |