libnxz / power-gzip

POWER NX zlib compliant library
23 stars 18 forks source link

Include stdlib into libnxz.h #36

Closed rzinsly closed 4 years ago

rzinsly commented 4 years ago

libnxz.h uses the ulong type that is defined by stdlib.h.


An alternative solution would be replace ulong for unsigned long.