BZip2Stream: #include <stdlib.h> to get a function prototype for of `free()` jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 17 Jun 2016 11:24:07 +0100
branchjv
changeset 3971 21bb0786f068
parent 3970 db0539a03787
child 3972 d2982f496366
BZip2Stream: #include <stdlib.h> to get a function prototype for of `free()`
BZip2Stream.st
--- a/BZip2Stream.st	Fri Jun 17 11:20:48 2016 +0100
+++ b/BZip2Stream.st	Fri Jun 17 11:24:07 2016 +0100
@@ -28,6 +28,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #ifdef WIN32
 // sigh - bzlib.h includes windows.h, which does not like ST/X definitions