about summary refs log tree commit diff homepage
path: root/test/regression/2016-06-28-div-zero-bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2016-06-28-div-zero-bug.c')
-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;