diff options
-rw-r--r-- | os/common/ports/e200/compilers/CW/ivor.s | 1 | ||||
-rw-r--r-- | os/common/ports/e200/compilers/GCC/ivor.s | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/os/common/ports/e200/compilers/CW/ivor.s b/os/common/ports/e200/compilers/CW/ivor.s index be43d4b41..495455eb1 100644 --- a/os/common/ports/e200/compilers/CW/ivor.s +++ b/os/common/ports/e200/compilers/CW/ivor.s @@ -45,6 +45,7 @@ * Imports the PPC configuration headers.
*/
#define _FROM_ASM_
+#include "chlicense.h"
#include "chconf.h"
#include "chcore.h"
diff --git a/os/common/ports/e200/compilers/GCC/ivor.s b/os/common/ports/e200/compilers/GCC/ivor.s index d0acafd3a..53f84f96c 100644 --- a/os/common/ports/e200/compilers/GCC/ivor.s +++ b/os/common/ports/e200/compilers/GCC/ivor.s @@ -37,6 +37,7 @@ * Imports the PPC configuration headers.
*/
#define _FROM_ASM_
+#include "chlicense.h"
#include "chconf.h"
#include "chcore.h"
|