about summary refs log tree commit diff homepage
path: root/test/Replay/libkleeruntest/replay_cex_after_assumed_malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Replay/libkleeruntest/replay_cex_after_assumed_malloc.c')
-rw-r--r--test/Replay/libkleeruntest/replay_cex_after_assumed_malloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Replay/libkleeruntest/replay_cex_after_assumed_malloc.c b/test/Replay/libkleeruntest/replay_cex_after_assumed_malloc.c
index 09d60e79..1ccff177 100644
--- a/test/Replay/libkleeruntest/replay_cex_after_assumed_malloc.c
+++ b/test/Replay/libkleeruntest/replay_cex_after_assumed_malloc.c
@@ -3,6 +3,7 @@
 // RUN: %klee --output-dir=%t.klee-out %t.ll
 // KLEE just must not fail
 #include "klee/klee.h"
+#include <stdlib.h>
 
 int main() {
   char i;