summaryrefslogtreecommitdiffstats
path: root/platform/x11/crash_handler_x11.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-03-01 12:05:34 +0100
committerGitHub <noreply@github.com>2018-03-01 12:05:34 +0100
commitbc3bf793a91bcf2f39edd1134d9f174475578794 (patch)
treee9fa138cd9fa296147b7ea5a4b67274669ece51f /platform/x11/crash_handler_x11.cpp
parent8df449100a3f9dde511d05087bef60a07fadefde (diff)
parent8f9914bd94fced7f60dff40e14fe734203d7c5d4 (diff)
downloadredot-engine-bc3bf793a91bcf2f39edd1134d9f174475578794.tar.gz
Merge pull request #17135 from Faless/server_bsd_fix
Fix server build on FreeBSD
Diffstat (limited to 'platform/x11/crash_handler_x11.cpp')
-rw-r--r--platform/x11/crash_handler_x11.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/x11/crash_handler_x11.cpp b/platform/x11/crash_handler_x11.cpp
index 43b9051ea7..d39fc33f81 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