diff options
author | 2013-09-30 04:30:03 +0000 | |
---|---|---|
committer | 2013-09-30 04:30:03 +0000 | |
commit | ea8ec78fb123724bd02cd25c89e5331a08391574 (patch) | |
tree | 8b7eb550bea916d75a5dca3a827c582ce58563f8 | |
parent | regen (diff) | |
download | wireguard-openbsd-ea8ec78fb123724bd02cd25c89e5331a08391574.tar.xz wireguard-openbsd-ea8ec78fb123724bd02cd25c89e5331a08391574.zip |
Unbreak after am7990/lance split.
-rw-r--r-- | sys/arch/vax/stand/boot/if_le.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/stand/boot/if_le.c b/sys/arch/vax/stand/boot/if_le.c index 1be0350cdda..ade85d16e78 100644 --- a/sys/arch/vax/stand/boot/if_le.c +++ b/sys/arch/vax/stand/boot/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.7 2011/09/19 21:53:02 miod Exp $ */ +/* $OpenBSD: if_le.c,v 1.8 2013/09/30 04:30:03 miod Exp $ */ /* $NetBSD: if_le.c,v 1.6 2000/05/20 13:30:03 ragge Exp $ */ /* * Copyright (c) 1997, 1999 Ludd, University of Lule}, Sweden. @@ -55,6 +55,7 @@ #include <arch/vax/mbus/mbusreg.h> #include <arch/vax/mbus/fwioreg.h> +#include <dev/ic/lancereg.h> #include <dev/ic/am7990reg.h> #include "vaxstand.h" |