From 6c909ede5a729268fb0900d48b1bb5b3def9c9f1 Mon Sep 17 00:00:00 2001 From: mickey Date: Mon, 6 May 1996 14:13:53 +0000 Subject: [PATCH] fix includes for x25/llc. --- sys/net/if_ethersubr.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 49f3c09f9d3..2f1e87c6c38 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ethersubr.c,v 1.10 1996/05/06 05:43:41 mickey Exp $ */ +/* $OpenBSD: if_ethersubr.c,v 1.11 1996/05/06 14:13:53 mickey Exp $ */ /* $NetBSD: if_ethersubr.c,v 1.18 1996/02/13 22:00:14 christos Exp $ */ /* @@ -80,13 +80,15 @@ #endif #ifdef LLC +#include +#include +#include #include #include #endif #if defined(LLC) && defined(CCITT) #include -#include #endif u_char etherbroadcastaddr[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; -- 2.20.1