Compile fixes

This commit is contained in:
luboslenco
2025-03-07 11:30:51 +01:00
parent 7babab49f7
commit 47f728bd5f
15 changed files with 70 additions and 56 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
#include <string.h>
#include <stdlib.h>
#ifdef KINC_WINDOWS
#include <kinc/backend/windows_mini.h>
#include <kinc/backend/system_microsoft.h>
#include <backends/windows_mini.h>
#include <backends/windows_system.h>
#endif
#ifdef KINC_ANDROID
#include <android/log.h>