diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2009-09-03 16:49:14 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2009-09-03 16:49:14 +0000 |
commit | e8c88b71b0caf05b7a16f7fef03ce862d102f84c (patch) | |
tree | 20c51e0c0c347871dd3a8167d288b207fa67ce90 /sys | |
parent | 4ba646015cb2f152ee637edfbe3c91fdd12b2354 (diff) |
Missing header.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/net.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/net.c b/sys/arch/sparc64/stand/ofwboot/net.c index e23f6954717..d40cdb58815 100644 --- a/sys/arch/sparc64/stand/ofwboot/net.c +++ b/sys/arch/sparc64/stand/ofwboot/net.c @@ -1,4 +1,4 @@ -/* $OpenBSD: net.c,v 1.4 2009/08/17 14:23:09 jsing Exp $ */ +/* $OpenBSD: net.c,v 1.5 2009/09/03 16:49:13 jsing Exp $ */ /* $NetBSD: net.c,v 1.1 2000/08/20 14:58:38 mrg Exp $ */ /* @@ -62,6 +62,7 @@ #include <lib/libsa/net.h> #include <lib/libsa/netif.h> +#include "ofdev.h" static int net_mountroot_bootparams(void); static int net_mountroot_bootp(void); |