diff options
| -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> |
