ports/net-im/tox/files/patch-toxcore_ccompat.h
Thierry Thomas 6a7926a057 Fix the build in some cases.
PR:		222235
Submitted by:	rozhuk.im (at) gmail.com
2017-11-28 20:43:38 +00:00

11 lines
252 B
C

--- toxcore/ccompat.h.orig 2017-04-27 18:20:19 UTC
+++ toxcore/ccompat.h
@@ -29,8 +29,6 @@
// Emulation using alloca.
#ifdef _WIN32
#include <malloc.h>
-#else
-#include <alloca.h>
#endif
#define VLA(type, name, size) \