mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: add missing includes
This commit is contained in:
@ -16,6 +16,11 @@ CommonCHeaders = '
|
||||
#include <locale.h> // tolower
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <execinfo.h> // for backtrace and backtrace_symbols_fd
|
||||
#endif
|
||||
|
||||
|
||||
#define EMPTY_STRUCT_DECLARATION
|
||||
#define OPTION_CAST(x) (x)
|
||||
|
||||
|
Reference in New Issue
Block a user