diff options
Diffstat (limited to 'test/Feature/const_array_opt1.c')
-rw-r--r-- | test/Feature/const_array_opt1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/const_array_opt1.c b/test/Feature/const_array_opt1.c index 1ed3c3ee..f41bdf47 100644 --- a/test/Feature/const_array_opt1.c +++ b/test/Feature/const_array_opt1.c @@ -9,6 +9,7 @@ this takes under 2 seconds w/ the optimization and almost 6 minutes w/o. So we kill it in 10 sec and check if it has finished successfully. */ +#include "klee/klee.h" #include <unistd.h> #include <assert.h> |