Merge pull request #880 from diath/fix_missing_include

Fix a missing include in unix crash handler
master
Eduardo Bart 7 年之前 committed by GitHub
當前提交 696610bba7
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,7 @@
#include <execinfo.h>
#include <ucontext.h>
#include <signal.h>
#define MAX_BACKTRACE_DEPTH 128
#define DEMANGLE_BACKTRACE_SYMBOLS

Loading…
取消
儲存