diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-19 18:23:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-19 18:23:48 +0000 |
| commit | 74cf6eb61ba0e0776b522f12fe7be2c2e5825570 (patch) | |
| tree | f78049e0aa0b743802628cef0bef3abde316e744 /sys | |
| parent | d5dc63cc0ab03cbeab78b6c6ffd763a6a5292117 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ppbus/lpt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c index cf2a325ea1e63..04e161dba2747 100644 --- a/sys/dev/ppbus/lpt.c +++ b/sys/dev/ppbus/lpt.c @@ -78,8 +78,7 @@ #include <machine/resource.h> #include <sys/rman.h> -#include <machine/lpt.h> - +#include <dev/ppbus/lptio.h> #include <dev/ppbus/ppbconf.h> #include <dev/ppbus/ppb_1284.h> #include <dev/ppbus/lpt.h> |
