Merge pull request #880 from diath/fix_missing_include

Fix a missing include in unix crash handler
This commit is contained in:
Eduardo Bart 2017-10-31 12:48:15 -02:00 committed by GitHub
commit 696610bba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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