about summary refs log tree commit diff homepage
path: root/test/Runtime/klee-libc
diff options
context:
space:
mode:
Diffstat (limited to 'test/Runtime/klee-libc')
-rw-r--r--test/Runtime/klee-libc/bcmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Runtime/klee-libc/bcmp.c b/test/Runtime/klee-libc/bcmp.c
index d0f5d7e5..1cc72aa1 100644
--- a/test/Runtime/klee-libc/bcmp.c
+++ b/test/Runtime/klee-libc/bcmp.c
@@ -4,6 +4,8 @@
 
 // test bcmp for sizes including zero
 
+#include "klee/klee.h"
+
 #include <assert.h>
 #include <stdlib.h>
 #include <strings.h>