about summary refs log tree commit diff homepage
path: root/test/regression/2007-07-30-unflushed-byte.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2007-07-30-unflushed-byte.c')
-rw-r--r--test/regression/2007-07-30-unflushed-byte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2007-07-30-unflushed-byte.c b/test/regression/2007-07-30-unflushed-byte.c
index bb480b9a..2d2f1e8c 100644
--- a/test/regression/2007-07-30-unflushed-byte.c
+++ b/test/regression/2007-07-30-unflushed-byte.c
@@ -1,7 +1,7 @@
 // RUN: %clang %s -emit-llvm %O0opt -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out %t1.bc
-
+#include "klee/klee.h"
 #include <assert.h>
 
 int main() {