We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7262d09 + 61ebe51 commit c628563Copy full SHA for c628563
include/prism/defines.h
@@ -23,6 +23,9 @@
23
* some platforms they aren't included unless this is already defined.
24
*/
25
#define __STDC_FORMAT_MACROS
26
+// Include sys/types.h before inttypes.h to work around issue with
27
+// certain versions of GCC and newlib which causes omission of PRIx64
28
+#include <sys/types.h>
29
#include <inttypes.h>
30
31
/**
0 commit comments