richgel999 / jpeg-compressor

C++ JPEG compression/fuzzed low-RAM JPEG decompression codec with Public Domain or Apache 2.0 license
210 stars 57 forks source link

jpge.cpp: Remove #include <malloc.h> #18

Open glebm opened 3 years ago

glebm commented 3 years ago

malloc.h is deprecated and does not exist on macOS. stdlib.h provides malloc.