e776f33209
PR: ports/166873 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
11 lines
254 B
C
11 lines
254 B
C
--- clientgui/stdwx.h.orig 2012-04-09 14:00:42.000000000 +0300
|
|
+++ clientgui/stdwx.h 2012-04-09 15:55:46.000000000 +0300
|
|
@@ -164,7 +164,7 @@
|
|
// Standard Libraries
|
|
//
|
|
#ifndef __APPLE__
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#endif
|
|
|
|
// C headers
|