Chromium Code Reviews| Index: native_client_sdk/src/libraries/nacl_io/osinttypes.h |
| diff --git a/native_client_sdk/src/libraries/nacl_io/osinttypes.h b/native_client_sdk/src/libraries/nacl_io/osinttypes.h |
| index 1c907a30dfef48405e9911ebfb30550ce55f8bd3..491922c897d47cfbf17410486f877bfd6ff438cc 100644 |
| --- a/native_client_sdk/src/libraries/nacl_io/osinttypes.h |
| +++ b/native_client_sdk/src/libraries/nacl_io/osinttypes.h |
| @@ -19,6 +19,9 @@ |
| #else |
| +#if !defined(__STDC_FORMAT_MACROS) |
| +#define __STDC_FORMAT_MACROS 1 |
| +#endif |
| #include <inttypes.h> |
| #if !defined(PRIuS) |