More work on UDI, Added more Login VTerms
[tpg/acess2.git] / Kernel / binary.c
index e96da76..e3698da 100644 (file)
@@ -3,7 +3,7 @@
  * Common Binary Loader\r
  */\r
 #define DEBUG  0\r
-#include <common.h>\r
+#include <acess.h>\r
 #include <binary.h>\r
 \r
 // === CONSTANTS ===\r
@@ -804,3 +804,7 @@ Uint Binary_FindSymbol(void *Base, char *Name, Uint *val)
                Base, ident&0xFF, ident>>8, ident>>16, ident>>24);\r
        return 0;\r
 }\r
+\r
+// === EXPORTS ===\r
+EXPORT(Binary_FindSymbol);\r
+EXPORT(Binary_Unload);\r

UCC git Repository :: git.ucc.asn.au