about summary refs log tree commit diff homepage
path: root/test/Feature/arithmetic-right-overshift-sym-conc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/arithmetic-right-overshift-sym-conc.c')
-rw-r--r--test/Feature/arithmetic-right-overshift-sym-conc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Feature/arithmetic-right-overshift-sym-conc.c b/test/Feature/arithmetic-right-overshift-sym-conc.c
index c58f13a1..efe946f2 100644
--- a/test/Feature/arithmetic-right-overshift-sym-conc.c
+++ b/test/Feature/arithmetic-right-overshift-sym-conc.c
@@ -3,6 +3,9 @@
 // RUN: %klee --output-dir=%t.klee-out -use-cex-cache=1 -check-overshift=0 %t.bc
 // RUN: not grep "ASSERTION FAIL" %t.klee-out/messages.txt
 // RUN: grep "KLEE: done: explored paths = 1" %t.klee-out/info
+
+#include "klee/klee.h"
+
 #include <stdio.h>
 #include <assert.h>