Win32: #Include <stdlib.h> to get proper prototypes for malloc() / free() jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 25 Mar 2016 06:41:01 +0000
branchjv
changeset 7250 9f1ea0ebcba4
parent 7244 9c77b73e65d8
child 7251 9f5e7ff7c729
Win32: #Include <stdlib.h> to get proper prototypes for malloc() / free()
WinWorkstation.st
--- a/WinWorkstation.st	Sat Mar 26 06:44:50 2016 +0100
+++ b/WinWorkstation.st	Fri Mar 25 06:41:01 2016 +0000
@@ -162,6 +162,7 @@
 #undef Character
 #define Character WIN_Character
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
 /* #include <malloc.h> */