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