Merge pull request #117023 from akien-mga/visionos-build-fix
Fix Apple OsLogLogger build on visionOS
This commit is contained in:
commit
74b5be24f4
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@
|
||||||
#include "core/object/script_backtrace.h"
|
#include "core/object/script_backtrace.h"
|
||||||
#include "core/string/print_string.h"
|
#include "core/string/print_string.h"
|
||||||
|
|
||||||
#include <cstdlib> // For malloc/free
|
#include <cstdio> // For vsnprintf.
|
||||||
|
#include <cstdlib> // For malloc/free.
|
||||||
|
|
||||||
OsLogLogger::OsLogLogger(const char *p_subsystem) {
|
OsLogLogger::OsLogLogger(const char *p_subsystem) {
|
||||||
const char *subsystem = p_subsystem;
|
const char *subsystem = p_subsystem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue