about summary refs log tree commit diff homepage
path: root/test/regression
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2023-03-24 14:27:17 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2023-03-26 16:06:47 +0100
commit67ec44723e9ce232f067964e7e9fb26090be305d (patch)
tree1fa06d0fa085891fbabf3d2fa502751e2324fac0 /test/regression
parent7c9ce86abd16624a6d6ee509b3dce86d191568ca (diff)
downloadklee-67ec44723e9ce232f067964e7e9fb26090be305d.tar.gz
tests: add some missing headers
Diffstat (limited to 'test/regression')
-rw-r--r--test/regression/2016-06-28-div-zero-bug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regression/2016-06-28-div-zero-bug.c b/test/regression/2016-06-28-div-zero-bug.c
index 6e2e8c5e..dfab14d3 100644
--- a/test/regression/2016-06-28-div-zero-bug.c
+++ b/test/regression/2016-06-28-div-zero-bug.c
@@ -6,6 +6,8 @@
 // See https://github.com/klee/klee/issues/308
 // and https://github.com/stp/stp/issues/206
 
+#include "klee/klee.h"
+
 int b, a, g;
 
 int *c = &b, *d = &b, *f = &a;