summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-28 19:32:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-28 19:32:42 +0000
commitabfe20226a7f5136a64868578ef5980075505fba (patch)
treed3535a533b4b2517ed477167f0eabc307f1a045c /sys/arch
parent01c3ea700d2541a424a722cf2508d2496e051712 (diff)
for netatalk, pull in netatalk/at_extern.h
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/alpha/machdep.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c
index 496f292bd48..3565da3558e 100644
--- a/sys/arch/alpha/alpha/machdep.c
+++ b/sys/arch/alpha/alpha/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.22 1997/07/23 06:23:58 denny Exp $ */
+/* $OpenBSD: machdep.c,v 1.23 1997/07/28 19:32:41 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.61 1996/12/07 01:54:49 cgd Exp $ */
/*
@@ -107,6 +107,9 @@
#include <netccitt/pk.h>
#include <netccitt/pk_extern.h>
#endif
+#ifdef NETATALK
+#include <netatalk/at_extern.h>
+#endif
#ifdef NATM
#include <netnatm/natm.h>
#endif