diff options
Diffstat (limited to 'test/lib/longjmp.c')
| -rw-r--r-- | test/lib/longjmp.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/test/lib/longjmp.c b/test/lib/longjmp.c index 201367a5a3a..74c3465b8c2 100644 --- a/test/lib/longjmp.c +++ b/test/lib/longjmp.c @@ -5,11 +5,10 @@   * Copyright (c) 2021, Heinrich Schuchardt <xypron.glpk@gmx.de>   */ -#include <common.h> +#include <setjmp.h>  #include <test/lib.h>  #include <test/test.h>  #include <test/ut.h> -#include <asm/setjmp.h>  struct test_jmp_buf {  	jmp_buf env; | 
