about summary refs log tree commit diff homepage
path: root/test/Feature/Envp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/Envp.c')
-rw-r--r--test/Feature/Envp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Feature/Envp.c b/test/Feature/Envp.c
index 62c91325..2b1b6bdc 100644
--- a/test/Feature/Envp.c
+++ b/test/Feature/Envp.c
@@ -1,8 +1,9 @@
 // RUN: %clang %s -emit-llvm -g -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc
-
 #include <assert.h>
+#include <stdio.h>
+#include <string.h>
 
 int main(int argc, char **argv, char **envp) {
   unsigned i;