summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Johansson <jj@cvs.openbsd.org>2001-06-14 07:45:29 +0000
committerJanne Johansson <jj@cvs.openbsd.org>2001-06-14 07:45:29 +0000
commit6012381201eceea3867d40e3af77b460da0aaeb4 (patch)
tree5e2341d152f3296a17e5bfa7e75fc163971764c6
parent3ce70461c62c4dfbfd896eb312c038b8f655e4d1 (diff)
Same fix as miod did for sun3/vax, but for amiga too.
Need more includes for netinet-stuff to work.
-rw-r--r--sys/arch/amiga/include/param.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amiga/include/param.h b/sys/arch/amiga/include/param.h
index 51c27745fd8..77d17946355 100644
--- a/sys/arch/amiga/include/param.h
+++ b/sys/arch/amiga/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.14 2001/05/13 02:37:28 millert Exp $ */
+/* $OpenBSD: param.h,v 1.15 2001/06/14 07:45:28 jj Exp $ */
/* $NetBSD: param.h,v 1.35 1997/07/10 08:22:36 veego Exp $ */
/*
@@ -89,6 +89,9 @@
#ifdef _KERNEL
#ifndef _LOCORE
+
+#include <machine/cpu.h>
+
void delay __P((int));
void DELAY __P((int));
#endif /* !_LOCORE */