summaryrefslogtreecommitdiffstats
path: root/test/Repository/CPPPATH.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Repository/CPPPATH.py')
-rw-r--r--test/Repository/CPPPATH.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Repository/CPPPATH.py b/test/Repository/CPPPATH.py
index 6ec21f3..9db613e 100644
--- a/test/Repository/CPPPATH.py
+++ b/test/Repository/CPPPATH.py
@@ -53,6 +53,8 @@ test.write(['repository', 'include2', 'foo.h'], r"""
""")
test.write(['repository', 'foo.c'], r"""
+#include <stdio.h>
+#include <stdlib.h>
#include <foo.h>
int
main(int argc, char *argv[])