diff options
Diffstat (limited to 'conform/conformtest.pl')
-rw-r--r-- | conform/conformtest.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conform/conformtest.pl b/conform/conformtest.pl index a80e7d6..5ae1cea 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -670,6 +670,7 @@ while ($#headers >= 0) { # Generate a program to test for the availability of this type. open (TESTFILE, ">$fnamebase.c"); + print TESTFILE "$prepend"; print TESTFILE "#include <$h>\n"; if ($maybe_opaque == 1) { print TESTFILE "$type *a;\n"; |