d191aa Fix crash of lzocompres and lzodecompress

Authored and Committed by kusano 10 years ago
    Fix crash of lzocompres and lzodecompress
    
    Without stdlib.h malloc is assumed to return int, which is not compatible with void * in x64.