probonopd / zsync-curl

Partial/differential file download client over HTTP(S)
110 stars 23 forks source link

Compilation on MacOS #35

Closed archie3d-spitfireaudio closed 3 years ago

archie3d-spitfireaudio commented 4 years ago

Compilation on MacOS requires additional strings.h include in http.c:

#ifdef __APPLE__
#    include <strings.h>
#endif
TheAssassin commented 4 years ago

This project is more or less abandoned. We've got zsync2 instead, with zsync3 as a potential successor already. If you want to, you can send a PR and I'll merge it quickly. But afterwards, I'll archive the repo.

Edit: I don't think you need the guards, including string.h shouldn't break anything.

archie3d-spitfireaudio commented 4 years ago

Sure. Sent a PR your way.

probonopd commented 3 years ago

Thank you @archie3d-spitfireaudio