Skip to content

Commit

Permalink
To fix issue chakra-core#6984, #include <stdarg.h>
Browse files Browse the repository at this point in the history
The file uses va_arg etc, so it should #include <stdarg.h>
  • Loading branch information
EmployedRussian authored and rhuanjl committed Apr 22, 2024
1 parent a2aae95 commit 46af28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pal/src/safecrt/output.inl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Buffer size required to be passed to _gcvt, fcvt and other fp conversion routine
//#include <stddef.h>
//#include <crtdefs.h>
//#include <stdio.h>
//#include <stdarg.h>
#include <stdarg.h>
//#include <cvt.h>
//#include <conio.h>
//#include <internal.h>
Expand Down

0 comments on commit 46af28e

Please # to comment.