Conrado Porto Lopes GouvĂȘa Thu, 27 Aug 2009 21:10:57 +0000
Hello, I've noticed that setjmp.h uses uint32_t but does not include the necessary stdint.h, therefore producing errors if stdint.h was not included before it. Adding #include <stdint.h> to it solves the issue.
Thanks Conrado