diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-08-21 22:10:49 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-08-21 22:10:49 +0000 |
| commit | 3ed7a59b0793e5ab0c983d8282c9f9ea4a7b8e21 (patch) | |
| tree | d3e9ac9d4ff17845cc6c55752ac2bba805d31afa /sys/dev/ie | |
| parent | 5682c39f91506357cdc071f7abc55bb63d1e0c85 (diff) | |
Notes
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 b7e04dfcefb9..d6c928b98f9c 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> |
