about summary refs log tree commit diff homepage
path: root/test/Runtime
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2023-03-24 14:27:17 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2023-03-26 16:06:47 +0100
commit67ec44723e9ce232f067964e7e9fb26090be305d (patch)
tree1fa06d0fa085891fbabf3d2fa502751e2324fac0 /test/Runtime
parent7c9ce86abd16624a6d6ee509b3dce86d191568ca (diff)
downloadklee-67ec44723e9ce232f067964e7e9fb26090be305d.tar.gz
tests: add some missing headers
Diffstat (limited to 'test/Runtime')
-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>