diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-17 08:33:08 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-17 08:33:08 +0000 |
commit | 316d268ee39e01f3142870210fbd987b6ff2c560 (patch) | |
tree | bc7cac01fe3e1ad751789f71793665a4fad8dc55 /sys/arch/hp300/stand/if_le.c | |
parent | cd74f171ba09aeab84ca45e1fc7af11b7f2caee1 (diff) |
hp300 bootblocks, sync'd with NetBSD 011697, with changes and a new build
method.
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> |