anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / audio / chuck / darwin-limits.patch
blobdc98a17269131e1d960e25c2edc551255316ccfe
1 --- a/src/core/util_string.cpp 2014-10-27 22:52:11.875981552 +0100
2 +++ b/src/core/util_string.cpp 2014-10-27 22:54:18.613001994 +0100
3 @@ -40,6 +40,10 @@
4 #include <linux/limits.h>
5 #endif // __PLATFORM_LINUX__
7 +#ifdef __PLATFORM_MACOSX__
8 +#include <limits.h>
9 +#endif // __PLATFORM_MACOSX__
11 #include <stdio.h>
12 using namespace std;