diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2002-03-09 22:00:30 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2002-03-09 22:00:30 +0000 |
| commit | db20923f96162c59eb36d5e854d0e68f6c9ea6f9 (patch) | |
| tree | 00664844c6592bfc1f030f30ea11469df3a0faff | |
| parent | e64a9d374aae35fda9866ee87026dd8adcbe6dd5 (diff) | |
Notes
| -rw-r--r-- | sys/sparc64/isa/ofw_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/isa/ofw_isa.c b/sys/sparc64/isa/ofw_isa.c index 4dc65f1e8910..7cf41c44e4bf 100644 --- a/sys/sparc64/isa/ofw_isa.c +++ b/sys/sparc64/isa/ofw_isa.c @@ -36,6 +36,7 @@ */ #include <sys/param.h> +#include <sys/systm.h> #include <sys/bus.h> #include <ofw/openfirm.h> |
