This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
43
Activity
Browse Source
Add #if defined(__FreeBSD__) to avoid #include <alloca.h> on FreeBSD
pull/1644/head
Yuri Victorovich
3 years ago
parent
e3b25116d6
commit
5aba957f3c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/modules/ysfx/sources/ysfx_utils.hpp
+ 1
- 1
source/modules/ysfx/sources/ysfx_utils.hpp
View File
@@ -26,7 +26,7 @@
#if defined(__APPLE__)
# include <xlocale.h>
#endif
#if !defined(_WIN32)
#if !defined(_WIN32)
&& !defined(__FreeBSD__)
# include <alloca.h>
#else
# include <malloc.h>
Write
Preview
Loading…
Cancel
Save