diff options
| author | Fabio Alessandrelli | 2018-03-01 01:25:16 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-03-01 02:16:52 +0100 |
| commit | 8f9914bd94fced7f60dff40e14fe734203d7c5d4 (patch) | |
| tree | e9fa138cd9fa296147b7ea5a4b67274669ece51f /platform/x11 | |
| parent | 8df449100a3f9dde511d05087bef60a07fadefde (diff) | |
| download | godot-8f9914bd94fced7f60dff40e14fe734203d7c5d4.tar.gz godot-8f9914bd94fced7f60dff40e14fe734203d7c5d4.tar.zst godot-8f9914bd94fced7f60dff40e14fe734203d7c5d4.zip | |
Diffstat (limited to 'platform/x11')
| -rw-r--r-- | platform/x11/crash_handler_x11.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/x11/crash_handler_x11.cpp b/platform/x11/crash_handler_x11.cpp index 43b9051ea..d39fc33f8 100644 --- a/platform/x11/crash_handler_x11.cpp +++ b/platform/x11/crash_handler_x11.cpp @@ -32,8 +32,9 @@ #define CRASH_HANDLER_ENABLED 1 #endif +#include "crash_handler_x11.h" #include "main/main.h" -#include "os_x11.h" +#include "os/os.h" #include "project_settings.h" #ifdef CRASH_HANDLER_ENABLED |
