Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation on unix systems: include string.h #9

Closed
duststorm opened this issue Mar 3, 2019 · 1 comment
Closed

Fix compilation on unix systems: include string.h #9

duststorm opened this issue Mar 3, 2019 · 1 comment

Comments

@duststorm
Copy link

For correctness, al includes
#include <String.h>
should become
#include <string.h>
with small letter s

@robertoostenveld
Copy link
Owner

thanks!
I fixed it in all sketches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants