about summary refs log tree commit diff homepage
path: root/test/Feature/ByteSwap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/ByteSwap.c')
-rw-r--r--test/Feature/ByteSwap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/ByteSwap.c b/test/Feature/ByteSwap.c
index 1e4ec190..d862b53d 100644
--- a/test/Feature/ByteSwap.c
+++ b/test/Feature/ByteSwap.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 --libc=klee --exit-on-error %t1.bc
-
+#include "klee/klee.h"
 #include <arpa/inet.h>
 #include <assert.h>