Skip to content

Commit 46af28e

Browse files
EmployedRussianrhuanjl
authored andcommitted
To fix issue chakra-core#6984, #include <stdarg.h>
The file uses va_arg etc, so it should #include <stdarg.h>
1 parent a2aae95 commit 46af28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pal/src/safecrt/output.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Buffer size required to be passed to _gcvt, fcvt and other fp conversion routine
5151
//#include <stddef.h>
5252
//#include <crtdefs.h>
5353
//#include <stdio.h>
54-
//#include <stdarg.h>
54+
#include <stdarg.h>
5555
//#include <cvt.h>
5656
//#include <conio.h>
5757
//#include <internal.h>

0 commit comments

Comments
 (0)