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/ie | |
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/ie')
-rw-r--r-- | sys/dev/ie/if_ie.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index b7e04df..d6c928b 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -47,7 +47,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.65 1999/08/20 14:36:40 mdodd Exp $ + * $Id: if_ie.c,v 1.66 1999/08/21 06:24:14 msmith Exp $ */ /* @@ -113,6 +113,7 @@ iomem and and with 0xffff. #include <sys/param.h> #include <sys/systm.h> +#include <sys/eventhandler.h> #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/conf.h> |