malloc.h is linux specific and should NOT be used. Also one file was missing the corresponding include
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
@@ -123,4 +124,4 @@ u8* lz11_compress(u8* input, u32 inputSize, u32* size) {
|
||||
|
||||
*size = (u32) compressedLength;
|
||||
return buf;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user