From 8c0241f4651fcbf97a1e6149a3d981e6bfa862c6 Mon Sep 17 00:00:00 2001 From: cmetz Date: Wed, 24 Feb 1999 04:36:47 +0000 Subject: Synchronized changes needed to integrate into OpenBSD with the NRL source tree so we can have a unified netinet6 directory. --- sys/netinet6/in6_pcb.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/netinet6/in6_pcb.c') diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index a343f6a9eca..bf694454e1b 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -83,7 +83,12 @@ didn't get a copy, you may request one from . #include #endif /* IPSEC */ +#ifdef DEBUG_NRL_SYS #include +#endif /* DEBUG_NRL_SYS */ +#ifdef DEBUG_NRL_NETINET6 +#include +#endif /* DEBUG_NRL_NETINET6 */ #if defined(_BSDI_VERSION) && (_BSDI_VERSION >= 199802) #include -- cgit v1.2.3