Skip to content

Conversation

@Isty001
Copy link
Member

@Isty001 Isty001 commented Jan 21, 2021

Here the compilation fails, because size_t is not defined. Probably it worked elsewhere because it was included somewhere previously.

I'm not sure about this though:

#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
#include <unistd.h>
#endif

I think it can be simply replaced by #include <stdlib.h> and will work on every platform.

@Isty001 Isty001 merged commit 8cf7468 into master Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants