include <stdarg.h> to get va_list

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11086 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-12 16:23:58 +00:00
parent 1a1c8334df
commit c49d1ff1c7

View File

@@ -159,6 +159,10 @@ $public_h_header .= "#ifdef __STDC__
#endif
#endif
";
} else {
$public_h_header .= "#include <stdarg.h>
";
}
@@ -179,6 +183,10 @@ $private_h_header .= "#ifdef __STDC__
#endif
#endif
";
} else {
$private_h_header .= "#include <stdarg.h>
";
}
foreach(sort keys %funcs){