Added virtual memory on Linux

This commit is contained in:
2025-10-04 00:56:55 +01:00
parent d99da864da
commit 14321c71b8
4 changed files with 36 additions and 1 deletions

View File

@@ -71,6 +71,8 @@
#pragma warning(disable : 4201)
#elif OS_LINUX
#include <dlfcn.h>
#include <sys/mman.h>
#include <unistd.h>
#endif
#endif // LD_CORE_PLATFORM_H_