diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-25 10:07:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-25 10:07:07 +0000 |
commit | f04f5dc4bd2db4c03c23e1c90e2185a92820dce4 (patch) | |
tree | c2258253cfe806e63fb0fac8febc9a669a1a2533 /sys/arch/sparc/dev/cons.c | |
parent | d25c0d89b1be0227a7ae2e520eeaa120ac4db45b (diff) |
need <sys/types.h>
Diffstat (limited to 'sys/arch/sparc/dev/cons.c')
-rw-r--r-- | sys/arch/sparc/dev/cons.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/sparc/dev/cons.c b/sys/arch/sparc/dev/cons.c index 22067fdf3aa..d4e096bf88d 100644 --- a/sys/arch/sparc/dev/cons.c +++ b/sys/arch/sparc/dev/cons.c @@ -49,6 +49,7 @@ */ #include <sys/param.h> +#include <sys/types.h> #include <sys/proc.h> #include <sys/systm.h> #include <sys/ioctl.h> |