summaryrefslogtreecommitdiff
path: root/usr.sbin/lptcontrol
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-05-19 22:09:21 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-05-19 22:09:21 +0000
commitf8373524de154820902a4113c3d296c188facdbf (patch)
tree207ed8d5a01d258d9327a782a2b7ea3a0f087190 /usr.sbin/lptcontrol
parentf612e24f9eb6befef775eb265fb629a07c1c2bc6 (diff)
Notes
Diffstat (limited to 'usr.sbin/lptcontrol')
-rw-r--r--usr.sbin/lptcontrol/lptcontrol.c2
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>