Added stdc_format_macros for all inttypes.h includes.

This commit is contained in:
James Goppert
2015-09-24 17:44:27 -04:00
parent 6cdb373abb
commit 2a60ffd554
8 changed files with 8 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ do {
typedef unsigned int uint32_t;
typedef unsigned char uint8_t;
#else
#define __STDC_FORMAT_MACROS
#include <inttypes.h> /* uint32_t */
#endif