aboutsummaryrefslogtreecommitdiff
path: root/test/lib/longjmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/longjmp.c')
-rw-r--r--test/lib/longjmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/longjmp.c b/test/lib/longjmp.c
index 79d889b..201367a 100644
--- a/test/lib/longjmp.c
+++ b/test/lib/longjmp.c
@@ -5,6 +5,7 @@
* Copyright (c) 2021, Heinrich Schuchardt <xypron.glpk@gmx.de>
*/
+#include <common.h>
#include <test/lib.h>
#include <test/test.h>
#include <test/ut.h>