summaryrefslogtreecommitdiff
path: root/loader.c
diff options
context:
space:
mode:
authorAstrid Smith2011-10-20 22:30:09 -0700
committerAstrid Smith2011-10-20 22:30:09 -0700
commitf7e1599919eeabb8abf6f3402a0626300df5d4e7 (patch)
tree678c89c4d4834faae3bece15653509bfbeb7f493 /loader.c
parent7540086d5b75a52d8af9dfa697b45160c010d023 (diff)
Interrupts and documentation changes
Diffstat (limited to 'loader.c')
-rw-r--r--loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader.c b/loader.c
index 9c79e27..b445474 100644
--- a/loader.c
+++ b/loader.c
@@ -9,6 +9,7 @@
#include "asm_vars.h"
#include "global.h"
+#include "image.h"
HANDLE page_handles[256];