As per the instructions in this thread, I moved the offending #include
out of the extern "C"
block:
# include <stdint.h>
#if defined (__cplusplus)
extern "C" {
#endif
Now it works. Sorry for not researching this better before asking.
As per the instructions in this thread, I moved the offending #include
out of the extern "C"
block:
# include <stdint.h>
#if defined (__cplusplus)
extern "C" {
#endif
Now it works. Sorry for not researching this better before asking.