summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_en_pci.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
committermsmith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
commit0da24050bf099d1e4d5d58f656d4b2aaa082efa9 (patch)
tree22db1a3b7292b26dbd94492f934da7198720d087 /sys/pci/if_en_pci.c
parentf1ca67e0d8e4dc83d198e624bbbf8c52dedb309c (diff)
downloadFreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.zip
FreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.tar.gz
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
minute. This should cover all of the missed cases (and should let LINT build again).
Diffstat (limited to 'sys/pci/if_en_pci.c')
-rw-r--r--sys/pci/if_en_pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pci/if_en_pci.c b/sys/pci/if_en_pci.c
index 30d9e98..a72a292 100644
--- a/sys/pci/if_en_pci.c
+++ b/sys/pci/if_en_pci.c
@@ -50,6 +50,9 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
+#if defined(__FreeBSD__)
+#include <sys/eventhandler.h>
+#endif
#include <sys/malloc.h>
#include <sys/socket.h>
OpenPOWER on IntegriCloud