about summary refs log tree commit diff homepage
path: root/test/Feature/NoExternalCallsAllowed.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/NoExternalCallsAllowed.c')
-rw-r--r--test/Feature/NoExternalCallsAllowed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/NoExternalCallsAllowed.c b/test/Feature/NoExternalCallsAllowed.c
index 8a8dc54b..62570434 100644
--- a/test/Feature/NoExternalCallsAllowed.c
+++ b/test/Feature/NoExternalCallsAllowed.c
@@ -2,8 +2,8 @@
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --external-calls=none %t1.bc 2>&1 | FileCheck %s
 // RUN: test %t.klee-out/test000001.user.err
-
 #include <stdio.h>
+#include <stdlib.h>
 
 int main(int argc, char** argv) {
   // CHECK: Disallowed call to external function: abs