summaryrefslogtreecommitdiffstats
path: root/test/option/debug-stree.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-stree.py')
-rw-r--r--test/option/debug-stree.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/option/debug-stree.py b/test/option/debug-stree.py
index 69aab06..8ffadc6 100644
--- a/test/option/debug-stree.py
+++ b/test/option/debug-stree.py
@@ -43,6 +43,8 @@ env.Program('foo', Split('foo.c bar.c'))
""")
test.write('foo.c', r"""
+#include <stdio.h>
+#include <stdlib.h>
#include "foo.h"
int main(int argc, char *argv[])
{