summaryrefslogtreecommitdiff
path: root/src/os/unix/unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/unix.cpp')
-rw-r--r--src/os/unix/unix.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/unix/unix.cpp b/src/os/unix/unix.cpp
index bbe916c57..ee4388aa5 100644
--- a/src/os/unix/unix.cpp
+++ b/src/os/unix/unix.cpp
@@ -15,6 +15,7 @@
#include "../../textbuf_gui.h"
#include "../../functions.h"
#include "../../core/random_func.hpp"
+#include "../../crashlog.h"
#include "table/strings.h"
@@ -254,6 +255,7 @@ int CDECL main(int argc, char *argv[])
argc = 1;
}
#endif
+ CrashLog::InitialiseCrashLog();
SetRandomSeed(time(NULL));