diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/spl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i386/i386/spl.h b/i386/i386/spl.h index 219ee9f..7208ac8 100644 --- a/i386/i386/spl.h +++ b/i386/i386/spl.h @@ -48,4 +48,7 @@ extern spl_t (spldcm)(void); extern spl_t (spl6)(void); +/* XXX Include each other... */ +#include <i386/ipl.h> + #endif /* _MACHINE_SPL_H_ */ |