diff options
Diffstat (limited to 'src/boot/is_debug.c')
| -rw-r--r-- | src/boot/is_debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/is_debug.c b/src/boot/is_debug.c index 912b75984..d520b262b 100644 --- a/src/boot/is_debug.c +++ b/src/boot/is_debug.c @@ -1,5 +1,6 @@ +#include "is_debug.h" + #include "global.h" -#include "attributes.h" typedef struct ISVDbg { /* 0x00 */ u32 magic; // "IS64" |
