diff options
Diffstat (limited to 'test/Runtime/POSIX/Replay.c')
-rw-r--r-- | test/Runtime/POSIX/Replay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Runtime/POSIX/Replay.c b/test/Runtime/POSIX/Replay.c index 61862c5f..fb1b400c 100644 --- a/test/Runtime/POSIX/Replay.c +++ b/test/Runtime/POSIX/Replay.c @@ -8,6 +8,7 @@ // REPLAY: Yes #ifdef KLEE_EXECUTION +#include "klee/klee.h" #define EXIT klee_silent_exit #else #include <stdlib.h> |