diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-11-11 19:14:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-11-11 19:14:09 +0000 |
commit | 154eb44539008299fc35db9302b2575d098e347f (patch) | |
tree | d7d188d8f764a7f74d429c5f9d5e842024f7eef0 | |
parent | e21e4c19c9a597cf47610ac453081af5d62e5012 (diff) |
Notes
-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 37a46a356ef8..14b21f3957e4 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> |