diff options
Diffstat (limited to 'src/include/debug.h')
| -rw-r--r-- | src/include/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 93268420..be216bd1 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -3,6 +3,8 @@ #include <stdint.h> #include <env.h> +#include "os.h" + typedef struct box64context_s box64context_t; extern box64env_t box64env; extern box64env_t* cur_box64env; |