diff options
Diffstat (limited to 'test/Feature/SetForking.c')
-rw-r--r-- | test/Feature/SetForking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/SetForking.c b/test/Feature/SetForking.c index b739910d..a2911743 100644 --- a/test/Feature/SetForking.c +++ b/test/Feature/SetForking.c @@ -5,7 +5,7 @@ // RUN: grep "1 A" %t.uniq.log // RUN: grep "1 B" %t.uniq.log // RUN: grep "1 C" %t.uniq.log - +#include "klee/klee.h" #include <stdio.h> int main() { |