summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_de.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-08-21 21:35:59 +0000
committerbillf <billf@FreeBSD.org>1999-08-21 21:35:59 +0000
commit555d6b767ccdade3693f3bd6e66f869adfcafaff (patch)
tree6f30f29778a542629144a79d32119809f885941f /sys/pci/if_de.c
parentb9bf7187d14a7fde1a674e30e9c55536a83a5731 (diff)
downloadFreeBSD-src-555d6b767ccdade3693f3bd6e66f869adfcafaff.zip
FreeBSD-src-555d6b767ccdade3693f3bd6e66f869adfcafaff.tar.gz
Add missing include.
Submitted by: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> Reviewed by: Alex Perel <veers@disturbed.net>
Diffstat (limited to 'sys/pci/if_de.c')
-rw-r--r--sys/pci/if_de.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 45829b0..60884ec 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -47,6 +47,7 @@
#include <sys/sockio.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
+#include <sys/eventhandler.h>
#include <machine/clock.h>
#include "opt_inet.h"
OpenPOWER on IntegriCloud