summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp_pci.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-06-17 18:00:44 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-06-17 18:00:44 +0000
commit861a03715ab092afa2401fc435237b6b8464b385 (patch)
treeac099f2539ad34f5804085db6e486bc6c7dd163b /sys/dev/pci/if_fxp_pci.c
parentdcf4db901fa226b5805e091e30cd2de069ac1769 (diff)
add sys/timeout.h
Diffstat (limited to 'sys/dev/pci/if_fxp_pci.c')
-rw-r--r--sys/dev/pci/if_fxp_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c
index cb0cfdbab84..57c9473c0f1 100644
--- a/sys/dev/pci/if_fxp_pci.c
+++ b/sys/dev/pci/if_fxp_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fxp_pci.c,v 1.46 2006/03/08 20:51:59 miod Exp $ */
+/* $OpenBSD: if_fxp_pci.c,v 1.47 2006/06/17 18:00:43 brad Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -44,6 +44,7 @@
#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/socket.h>
+#include <sys/timeout.h>
#include <sys/syslog.h>
#include <net/if.h>