diff --git a/cpu/native/crash.c b/cpu/native/crash.c index 08c38621b54a687304dddfa5de486cf0ae7e2772..e51e3c67dd306ba9ca9c54ee154801b2cf72d4e9 100644 --- a/cpu/native/crash.c +++ b/cpu/native/crash.c @@ -23,6 +23,7 @@ #include <stdio.h> #include "crash.h" +#include "native_internal.h" /* "public" variables holding the crash data (look for them in your debugger) */ char panic_str[80];