summaryrefslogtreecommitdiffstats
path: root/test/subclassing.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/subclassing.py')
-rw-r--r--test/subclassing.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/subclassing.py b/test/subclassing.py
index a040dd4..18be1bc 100644
--- a/test/subclassing.py
+++ b/test/subclassing.py
@@ -49,6 +49,8 @@ env.Program('hello', 'hello.c')
""")
test.write('hello.c', """\
+#include <stdio.h>
+#include <stdlib.h>
int
main(int argc, char *argv[]) {
printf("hello.c\\n");