mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove execinfo.h include
This commit is contained in:
@ -21,7 +21,7 @@ CommonCHeaders = '
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <libproc.h> // proc_pidpath
|
||||
#include <execinfo.h> // backtrace and backtrace_symbols_fd
|
||||
//#include <execinfo.h> // backtrace and backtrace_symbols_fd
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
|
Reference in New Issue
Block a user