diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-03 08:51:36 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-03 08:51:36 +0000 |
commit | 420f4f970e89e85a04687eac9b58a56b14e7fc5a (patch) | |
tree | 99674e9d467d97b6f9619dbbcd89b1ba49e3f541 /sys | |
parent | a20c107394225886423956bbbc1c27e36e5b87a2 (diff) |
We need psl.h to get at the PSL_* stuff
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/m68k/m68k/sunos_machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/m68k/m68k/sunos_machdep.c b/sys/arch/m68k/m68k/sunos_machdep.c index 15b6380044c..d55697a6cdd 100644 --- a/sys/arch/m68k/m68k/sunos_machdep.c +++ b/sys/arch/m68k/m68k/sunos_machdep.c @@ -59,6 +59,7 @@ #include <sys/syscallargs.h> #include <compat/sunos/sunos_syscallargs.h> +#include <machine/psl.h> #include <machine/reg.h> #ifdef DEBUG |