From ca8479389a4ab7c00eac80906851f5cf68563e6e Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 2 Jul 2000 19:58:31 +0000 Subject: [PATCH] oops! include arp.h and ppp.h even if _LOCORE defined --- sys/net/netisr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 0c31a72011bb..a22827680558 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -1,4 +1,4 @@ -/* $NetBSD: netisr.h,v 1.21 2000/07/02 17:40:18 sommerfeld Exp $ */ +/* $NetBSD: netisr.h,v 1.22 2000/07/02 19:58:31 cgd Exp $ */ /* * Copyright (c) 1980, 1986, 1989, 1993 @@ -58,6 +58,8 @@ #include "opt_iso.h" #include "opt_ns.h" #include "opt_natm.h" +#include "arp.h" +#include "ppp.h" #if !defined(_LOCORE) @@ -73,7 +75,6 @@ #ifdef INET #include #include -#include "arp.h" #if NARP > 0 #include #endif @@ -101,7 +102,6 @@ #ifdef NETATALK #include #endif -#include "ppp.h" #if NPPP > 0 #include #include