diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-05-19 22:09:21 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-19 22:09:21 +0000 |
| commit | f8373524de154820902a4113c3d296c188facdbf (patch) | |
| tree | 207ed8d5a01d258d9327a782a2b7ea3a0f087190 /usr.sbin/lptcontrol | |
| parent | f612e24f9eb6befef775eb265fb629a07c1c2bc6 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/lptcontrol')
| -rw-r--r-- | usr.sbin/lptcontrol/lptcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lptcontrol/lptcontrol.c b/usr.sbin/lptcontrol/lptcontrol.c index 7556badee663..5b7e40ce6304 100644 --- a/usr.sbin/lptcontrol/lptcontrol.c +++ b/usr.sbin/lptcontrol/lptcontrol.c @@ -42,7 +42,7 @@ static const char rcsid[] = #include <string.h> #include <unistd.h> -#include <machine/lpt.h> +#include <dev/ppbus/lptio.h> #include <sys/file.h> #include <sys/ioctl.h> #include <sys/types.h> |
