rweather / noise-c

Noise-C, a plain C implementation of the Noise protocol
MIT License
306 stars 86 forks source link

Fix missing types in cross compile builds with newlib #51

Open dereulenspiegel opened 3 years ago

dereulenspiegel commented 3 years ago

in word.h the order of imports needs to be modified so types are available even during cross compiling. This should not change the behavior or buildability on other platforms.