1
0
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:
Bartosz Taudul
2023-05-23 23:38:34 +02:00
parent eca841dfe3
commit 4e1b198380
+2
View File
@@ -4,6 +4,8 @@
#ifdef _WIN32
# include <malloc.h>
#elif defined __FreeBSD__
# include <stdlib.h>
#else
# include <alloca.h>
#endif