summaryrefslogtreecommitdiffstats
path: root/test/SHLIBSUFFIX.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SHLIBSUFFIX.py')
-rw-r--r--test/SHLIBSUFFIX.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SHLIBSUFFIX.py b/test/SHLIBSUFFIX.py
index 94c2984..dc88e3b 100644
--- a/test/SHLIBSUFFIX.py
+++ b/test/SHLIBSUFFIX.py
@@ -38,6 +38,7 @@ env.SharedLibrary(target = 'foo', source = 'foo.c')
""")
test.write('foo.c', r"""
+#include <stdio.h>
void
foo(void)
{