summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/stand/ofwboot/net.c3
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);