diff options
| author | Bojidar Marinov | 2017-02-23 17:47:25 +0200 |
|---|---|---|
| committer | Bojidar Marinov | 2017-02-23 17:47:25 +0200 |
| commit | 53921faa9114f57bd83a33404e7e216db0f27a33 (patch) | |
| tree | 76767593ecdc5750fa0ee3bfbf77c95fadec24cf /platform/android/godot_android.cpp | |
| parent | d0973e645cc82ef643153f920dba5ee2586f08cb (diff) | |
| download | godot-53921faa9114f57bd83a33404e7e216db0f27a33.tar.gz godot-53921faa9114f57bd83a33404e7e216db0f27a33.tar.zst godot-53921faa9114f57bd83a33404e7e216db0f27a33.zip | |
Diffstat (limited to 'platform/android/godot_android.cpp')
| -rw-r--r-- | platform/android/godot_android.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/godot_android.cpp b/platform/android/godot_android.cpp index 3c7f7f585..83d5a413c 100644 --- a/platform/android/godot_android.cpp +++ b/platform/android/godot_android.cpp @@ -43,7 +43,7 @@ #include <unistd.h> #include <stdlib.h> #include "os_android.h" -#include "globals.h" +#include "global_config.h" #include "main/main.h" #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "godot", __VA_ARGS__)) #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, "godot", __VA_ARGS__)) |
