1 diff -ur skia.org/src/ports/SkDebug_stdio.cpp skia/src/ports/SkDebug_stdio.cpp
2 --- skia.org/src/ports/SkDebug_stdio.cpp 2023-07-09 19:30:53.272682125 +0200
3 +++ skia/src/ports/SkDebug_stdio.cpp 2023-07-09 19:34:44.812723870 +0200
5 * found in the LICENSE file.
8 +#include "include/private/base/SkAPI.h"
9 #include "include/private/base/SkFeatures.h"
10 #include "include/private/base/SkLoadUserConfig.h"
16 -void SkDebugf(const char format[], ...) {
17 +SK_API void SkDebugf(const char format[], ...) {
19 va_start(args, format);
20 #pragma GCC diagnostic push