mirror of
https://github.com/edubart/otclient.git
synced 2025-05-04 11:39:20 +02:00
Merge pull request #880 from diath/fix_missing_include
Fix a missing include in unix crash handler
This commit is contained in:
commit
696610bba7
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
#include <execinfo.h>
|
#include <execinfo.h>
|
||||||
#include <ucontext.h>
|
#include <ucontext.h>
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
#define MAX_BACKTRACE_DEPTH 128
|
#define MAX_BACKTRACE_DEPTH 128
|
||||||
#define DEMANGLE_BACKTRACE_SYMBOLS
|
#define DEMANGLE_BACKTRACE_SYMBOLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user