about summary refs log tree commit diff homepage
path: root/test/Feature/OneOutOfBounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/OneOutOfBounds.c')
-rw-r--r--test/Feature/OneOutOfBounds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/OneOutOfBounds.c b/test/Feature/OneOutOfBounds.c
index a3e6db1f..0dfee6d6 100644
--- a/test/Feature/OneOutOfBounds.c
+++ b/test/Feature/OneOutOfBounds.c
@@ -2,6 +2,7 @@
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out %t1.bc 2>&1 | FileCheck %s
 // RUN: test -f %t.klee-out/test000001.ptr.err
+#include <stdlib.h>
 
 int main() {
   int *x = malloc(sizeof(int));