diff options
Diffstat (limited to 'sys/arch/hp300/stand/if_le.c')
-rw-r--r-- | sys/arch/hp300/stand/if_le.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/hp300/stand/if_le.c b/sys/arch/hp300/stand/if_le.c index 3ef7a0d32ba..55ec320a311 100644 --- a/sys/arch/hp300/stand/if_le.c +++ b/sys/arch/hp300/stand/if_le.c @@ -1,3 +1,4 @@ +/* $OpenBSD: if_le.c,v 1.5 1997/01/17 08:32:46 downsj Exp $ */ /* $NetBSD: if_le.c,v 1.8 1996/01/01 18:10:54 thorpej Exp $ */ /* @@ -37,6 +38,7 @@ #include <netinet/in.h> #include <netinet/in_systm.h> +#include <lib/libsa/stand.h> #include <lib/libsa/netif.h> #include <hp300/dev/device.h> |