summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-21 03:03:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-21 03:03:27 +0000
commitca48e4ece50b04c33f4709c41bf96a35905d1f6b (patch)
tree0bad76df874a74978118183a2528059491d02744 /sys/arch/sparc/dev
parent9497af87f5b565b6e916fe63f0f1813de69367ec (diff)
more cleanup to cope with the change that tries to make proc.h not act
like it is everything.h ok tedu
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/if_ie.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/if_ie.c b/sys/arch/sparc/dev/if_ie.c
index 1559d799615..01b8af4b162 100644
--- a/sys/arch/sparc/dev/if_ie.c
+++ b/sys/arch/sparc/dev/if_ie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie.c,v 1.40 2009/10/31 14:31:11 deraadt Exp $ */
+/* $OpenBSD: if_ie.c,v 1.41 2010/04/21 03:03:26 deraadt Exp $ */
/* $NetBSD: if_ie.c,v 1.33 1997/07/29 17:55:38 fair Exp $ */
/*-
@@ -110,6 +110,7 @@ Mode of operation:
#include <sys/errno.h>
#include <sys/syslog.h>
#include <sys/device.h>
+#include <sys/timeout.h>
#include <net/if.h>
#include <net/if_types.h>