Add missing #include.

* lib/arm-mes-mescc/setjmp.c: Add missing #include.
This commit is contained in:
Danny Milosavljevic 2019-04-11 19:59:48 +02:00 committed by Jan Nieuwenhuizen
parent 105cf743ff
commit a3988658ed
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*/
#include <setjmp.h>
#include <stdlib.h>
void
longjmp (jmp_buf env, int val)