summaryrefslogtreecommitdiff
path: root/test/MSVS/vs-14.0Exp-exec.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/MSVS/vs-14.0Exp-exec.py')
-rw-r--r--test/MSVS/vs-14.0Exp-exec.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MSVS/vs-14.0Exp-exec.py b/test/MSVS/vs-14.0Exp-exec.py
index cb4aaf315..5d2a5859c 100644
--- a/test/MSVS/vs-14.0Exp-exec.py
+++ b/test/MSVS/vs-14.0Exp-exec.py
@@ -77,6 +77,7 @@ env.Program('foo.c')
""" % locals())
test.write(['sub dir', 'foo.c'], r"""
+#include <stdio.h>
int
main(int argc, char *argv)
{