Skip to content
Snippets Groups Projects
Commit d7a52e15 authored by Damien George's avatar Damien George
Browse files

qemu-arm/test_main: Include setjmp.h because it's used by gc_collect.

And it's no longer unconditionally included by nlr.h, only if NLR_SETJMP
is defined.
parent 6a3a742a
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <malloc.h> #include <malloc.h>
#include <setjmp.h>
#include "py/obj.h" #include "py/obj.h"
#include "py/compile.h" #include "py/compile.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment