summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/tftpboot/netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/tftpboot/netdev.c')
-rw-r--r--sys/arch/mvme88k/stand/tftpboot/netdev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/stand/tftpboot/netdev.c b/sys/arch/mvme88k/stand/tftpboot/netdev.c
index 39ed9146b17..9c50bd76798 100644
--- a/sys/arch/mvme88k/stand/tftpboot/netdev.c
+++ b/sys/arch/mvme88k/stand/tftpboot/netdev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: netdev.c,v 1.1 2004/01/26 19:48:34 miod Exp $ */
+/* $OpenBSD: netdev.c,v 1.2 2006/05/16 22:52:09 miod Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -32,6 +32,7 @@
#include <sys/param.h>
#include <machine/prom.h>
+#include <string.h>
#include "stand.h"
#include "tftpfs.h"