Skip to content

Commit

Permalink
qemu-arm/test_main: Include setjmp.h because it's used by gc_collect.
Browse files Browse the repository at this point in the history
And it's no longer unconditionally included by nlr.h, only if NLR_SETJMP
is defined.
  • Loading branch information
dpgeorge committed Dec 20, 2017
1 parent 6a3a742 commit d7a52e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/qemu-arm/test_main.c
Expand Up @@ -3,6 +3,7 @@
#include <stdio.h>
#include <string.h>
#include <malloc.h>
#include <setjmp.h>

#include "py/obj.h"
#include "py/compile.h"
Expand Down

0 comments on commit d7a52e1

Please sign in to comment.