summaryrefslogtreecommitdiffstats
path: root/test/option/debug-tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-tree.py')
-rw-r--r--test/option/debug-tree.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/option/debug-tree.py b/test/option/debug-tree.py
index faf85d9..4f025c2 100644
--- a/test/option/debug-tree.py
+++ b/test/option/debug-tree.py
@@ -47,6 +47,8 @@ env.Program('Foo', Split('Foo.c Bar.c'))
# (UNIX/Linux) and case-insensitive (Windows) systems.
test.write('Foo.c', r"""
+#include <stdio.h>
+#include <stdlib.h>
#include "Foo.h"
int main(int argc, char *argv[])
{