diff options
author | msmith <msmith@FreeBSD.org> | 1999-08-21 22:10:49 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1999-08-21 22:10:49 +0000 |
commit | 0da24050bf099d1e4d5d58f656d4b2aaa082efa9 (patch) | |
tree | 22db1a3b7292b26dbd94492f934da7198720d087 /sys/dev/vx | |
parent | f1ca67e0d8e4dc83d198e624bbbf8c52dedb309c (diff) | |
download | FreeBSD-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/dev/vx')
-rw-r--r-- | sys/dev/vx/if_vx_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c index 386ba42..e4910ad 100644 --- a/sys/dev/vx/if_vx_pci.c +++ b/sys/dev/vx/if_vx_pci.c @@ -34,6 +34,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/eventhandler.h> #include <sys/kernel.h> #include <sys/socket.h> |