修复编译问题
This commit is contained in:
parent
84f3aa0748
commit
9cf6fea03e
|
|
@ -475,7 +475,6 @@ public:
|
||||||
#if (defined(__linux__) && !defined(ANDROID)) || defined(__MACH__)
|
#if (defined(__linux__) && !defined(ANDROID)) || defined(__MACH__)
|
||||||
#define MAX_STACK_FRAMES 128
|
#define MAX_STACK_FRAMES 128
|
||||||
#define MEM_WARING
|
#define MEM_WARING
|
||||||
#include <backtrace.h>
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue