summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-05 23:39:14 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-05 23:39:14 +0000
commita1ceb1d503a28bf2d04d12d0933ff5bf61cd00d3 (patch)
tree3869961065a2c42ea640f09e06657775c3c8352f /sys/arch
parent94b70bbd0c0dba8f3fe1dcab39e77e835396b22c (diff)
Will need netbsd_types.h very soon.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/alpha/netbsd_machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/alpha/netbsd_machdep.c b/sys/arch/alpha/alpha/netbsd_machdep.c
index c61551f45f9..14a6fd4263c 100644
--- a/sys/arch/alpha/alpha/netbsd_machdep.c
+++ b/sys/arch/alpha/alpha/netbsd_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: netbsd_machdep.c,v 1.4 2001/01/15 12:00:09 art Exp $ */
+/* $OpenBSD: netbsd_machdep.c,v 1.5 2001/09/05 23:39:13 art Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -41,6 +41,7 @@
#include <vm/vm.h>
+#include <compat/netbsd/netbsd_types.h>
#include <compat/netbsd/netbsd_signal.h>
#include <compat/netbsd/netbsd_syscallargs.h>