mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
FreeBSD has alloca in stdlib.h.
This commit is contained in:
parent
eca841dfe3
commit
4e1b198380
@ -4,6 +4,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <malloc.h>
|
||||
#elif defined __FreeBSD__
|
||||
# include <stdlib.h>
|
||||
#else
|
||||
# include <alloca.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user