about summary refs log tree commit diff homepage
path: root/test/Runtime/POSIX/Fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Runtime/POSIX/Fcntl.c')
-rw-r--r--test/Runtime/POSIX/Fcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/Fcntl.c b/test/Runtime/POSIX/Fcntl.c
index 53246a15..737d5da5 100644
--- a/test/Runtime/POSIX/Fcntl.c
+++ b/test/Runtime/POSIX/Fcntl.c
@@ -1,7 +1,7 @@
 // RUN: %clang %s -emit-llvm %O0opt -c -o %t2.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --posix-runtime --exit-on-error %t2.bc --sym-files 1 10
-
+#include "klee/klee.h"
 #include <assert.h>
 #include <fcntl.h>