diff options
-rw-r--r-- | sys/dev/pbio/pbio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pbio/pbio.c b/sys/dev/pbio/pbio.c index 37a46a3..14b21f3 100644 --- a/sys/dev/pbio/pbio.c +++ b/sys/dev/pbio/pbio.c @@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$"); #include <machine/resource.h> #include <machine/clock.h> /* DELAY() */ #include <sys/rman.h> -#include <sys/pbioio.h> /* pbio IOCTL definitions */ +#include <dev/pbio/pbioio.h> /* pbio IOCTL definitions */ #include <sys/uio.h> #include <sys/fcntl.h> |