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:
@@ -159,6 +159,10 @@ $public_h_header .= "#ifdef __STDC__
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
";
|
||||||
|
} else {
|
||||||
|
$public_h_header .= "#include <stdarg.h>
|
||||||
|
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -179,6 +183,10 @@ $private_h_header .= "#ifdef __STDC__
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
";
|
||||||
|
} else {
|
||||||
|
$private_h_header .= "#include <stdarg.h>
|
||||||
|
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
foreach(sort keys %funcs){
|
foreach(sort keys %funcs){
|
||||||
|
Reference in New Issue
Block a user