diff options
author | Frank Busse <bb0xfb@gmail.com> | 2023-03-24 14:27:17 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-03-26 16:06:47 +0100 |
commit | 67ec44723e9ce232f067964e7e9fb26090be305d (patch) | |
tree | 1fa06d0fa085891fbabf3d2fa502751e2324fac0 /test/Runtime | |
parent | 7c9ce86abd16624a6d6ee509b3dce86d191568ca (diff) | |
download | klee-67ec44723e9ce232f067964e7e9fb26090be305d.tar.gz |
tests: add some missing headers
Diffstat (limited to 'test/Runtime')
-rw-r--r-- | test/Runtime/klee-libc/bcmp.c | 2 |
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> |