diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-08-04 06:52:00 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-08-04 06:52:00 +0000 |
| commit | 786cd128a85c7b67398ec1251288b3beb9e6d2e5 (patch) | |
| tree | c987592a446bab04285ff73870fa90ae3753dc1f /sys/dev/mlx/mlx.c | |
| parent | cd79a42a809ab270ce5f8bb804f5c37c83174bdc (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx/mlx.c')
| -rw-r--r-- | sys/dev/mlx/mlx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c index 9bb87caa1cb5..3c69dc5d5823 100644 --- a/sys/dev/mlx/mlx.c +++ b/sys/dev/mlx/mlx.c @@ -43,6 +43,8 @@ #include <sys/stat.h> #include <machine/resource.h> +#include <machine/bus_memio.h> +#include <machine/bus_pio.h> #include <machine/bus.h> #include <machine/clock.h> #include <sys/rman.h> |
