https://bugs.webkit.org/show_bug.cgi?id=170098
Patch by Ting-Wei Lan <lantw44@gmail.com> on 2017-04-07
Reviewed by Michael Catanzaro.
* wtf/NumberOfCores.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@215107
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-04-07 Ting-Wei Lan <lantw44@gmail.com>
+
+ Include cstdio before using sscanf and stderr
+ https://bugs.webkit.org/show_bug.cgi?id=170098
+
+ Reviewed by Michael Catanzaro.
+
+ * wtf/NumberOfCores.cpp:
+
2017-04-07 Saam Barati <sbarati@apple.com>
WebAssembly: Make to a compilation API that allows for multi-VM concurrent compilations of Wasm Modules
#include "config.h"
#include "NumberOfCores.h"
+#include <cstdio>
+
#if OS(DARWIN)
#include <sys/param.h>
// sys/types.h must come before sys/sysctl.h because the latter uses