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 ba11f05f..2b166e1f 100644 --- a/test/Runtime/POSIX/Replay.c +++ b/test/Runtime/POSIX/Replay.c @@ -13,6 +13,7 @@ #ifdef KLEE_EXECUTION #define EXIT klee_silent_exit #else +#include <stdlib.h> #define EXIT exit #endif |