summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cons.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-25 10:07:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-25 10:07:07 +0000
commitf04f5dc4bd2db4c03c23e1c90e2185a92820dce4 (patch)
treec2258253cfe806e63fb0fac8febc9a669a1a2533 /sys/arch/sparc/dev/cons.c
parentd25c0d89b1be0227a7ae2e520eeaa120ac4db45b (diff)
need <sys/types.h>
Diffstat (limited to 'sys/arch/sparc/dev/cons.c')
-rw-r--r--sys/arch/sparc/dev/cons.c1
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>