mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
FreeBSD has alloca in stdlib.h.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <malloc.h>
|
||||
#elif defined __FreeBSD__
|
||||
# include <stdlib.h>
|
||||
#else
|
||||
# include <alloca.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user