diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-09-17 17:59:51 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-09-17 17:59:51 +0000 |
| commit | f1495caf2dce524975ea05e39da9629aeb44fa3b (patch) | |
| tree | 98286543b3bcff43a90640bc5d9b0e3fa1e55e6d | |
| parent | 362d62ba071b5fcb10ddc71bb75eadfc675325be (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pcvt/kbdio/kbdio.y | 1 | ||||
| -rw-r--r-- | usr.sbin/pcvt/vgaio/vgaio.y | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/kbdio/kbdio.y b/usr.sbin/pcvt/kbdio/kbdio.y index 55bf231a894f..9207d26b2943 100644 --- a/usr.sbin/pcvt/kbdio/kbdio.y +++ b/usr.sbin/pcvt/kbdio/kbdio.y @@ -47,6 +47,7 @@ * */ +#include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <math.h> diff --git a/usr.sbin/pcvt/vgaio/vgaio.y b/usr.sbin/pcvt/vgaio/vgaio.y index 7d5c05a00325..a73314a0dfa6 100644 --- a/usr.sbin/pcvt/vgaio/vgaio.y +++ b/usr.sbin/pcvt/vgaio/vgaio.y @@ -50,6 +50,7 @@ * hex values shown as 2 fixed chars, added binary output */ +#include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <sys/fcntl.h> |
