diff options
author | bde <bde@FreeBSD.org> | 1996-06-25 20:31:01 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-06-25 20:31:01 +0000 |
commit | a89f142f6f444991ef10915d896da5ff69a01205 (patch) | |
tree | 1b9af4e035faa2ddfe69a7f94e1342324d6b4c97 /sys/dev/ie | |
parent | 010c2800ac465122fd044b00182f58244ecaa396 (diff) | |
download | FreeBSD-src-a89f142f6f444991ef10915d896da5ff69a01205.zip FreeBSD-src-a89f142f6f444991ef10915d896da5ff69a01205.tar.gz |
Added #include of <machine/md_var.h>. This will be needed when
some declarations are moved from <machine/cpufunc.h> to better
places.
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 dc45440..24e3829 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.33 1996/02/06 18:50:45 wollman Exp $ + * $Id: if_ie.c,v 1.34 1996/06/18 01:22:22 bde Exp $ */ /* @@ -145,6 +145,7 @@ iomem, and to make 16-pointers, we subtract iomem and and with 0xffff. #endif #include <machine/clock.h> +#include <machine/md_var.h> #include <i386/isa/isa_device.h> #include <i386/isa/ic/i82586.h> |