diff options
author | 1997-07-26 17:09:33 +0000 | |
---|---|---|
committer | 1997-07-26 17:09:33 +0000 | |
commit | ba5ad1f21a92ae65ebc47120f5f79842c003f8e4 (patch) | |
tree | b6ad76e360574033f934a1b202cc23278ea5e8d2 | |
parent | The second of three steps to support main.aliases and mail.byaddr in ypserv. (diff) | |
download | wireguard-openbsd-ba5ad1f21a92ae65ebc47120f5f79842c003f8e4.tar.xz wireguard-openbsd-ba5ad1f21a92ae65ebc47120f5f79842c003f8e4.zip |
Must include netatalk/at_extern to get atintr() prototype.
-rw-r--r-- | sys/arch/sparc/sparc/intr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/sparc/sparc/intr.c b/sys/arch/sparc/sparc/intr.c index 7e6b8cdf1d3..e4ca57141b4 100644 --- a/sys/arch/sparc/sparc/intr.c +++ b/sys/arch/sparc/sparc/intr.c @@ -68,6 +68,9 @@ #include <netinet/if_ether.h> #include <netinet/ip_var.h> #endif +#ifdef NETATALK +#include <netatalk/at_extern.h> +#endif #ifdef NS #include <netns/ns_var.h> #endif |