Преглед на файлове

To fix issue #6984, #include <stdarg.h>

The file uses va_arg etc, so it should #include <stdarg.h>
EmployedRussian преди 1 година
родител
ревизия
46af28eb9e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pal/src/safecrt/output.inl

+ 1 - 1
pal/src/safecrt/output.inl

@@ -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>