fix for unconditional use of #include <malloc.h> which doesn't work on OS X
alloca() is defined in stdlib on most *nix systems
This commit is contained in:
parent
1e7ca12f16
commit
8216eac044
@ -25,7 +25,9 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include "pbd/cartesian.h"
|
||||
#include "pbd/compose.h"
|
||||
|
Loading…
Reference in New Issue
Block a user