| 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 438e66f654c1aac0835fd44960aeb23b05d1e39c..1c907a30dfef48405e9911ebfb30550ce55f8bd3 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/osinttypes.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/osinttypes.h
|
| @@ -17,7 +17,7 @@
|
| #define SCNuS "Iu"
|
| #endif
|
|
|
| -#elif defined(__native_client__)
|
| +#else
|
|
|
| #include <inttypes.h>
|
|
|
| @@ -29,6 +29,6 @@
|
| #define SCNuS "zu"
|
| #endif
|
|
|
| -#endif /* defined(__native_client__) */
|
| +#endif
|
|
|
| #endif /* NACL_IO_OSINTTYPES_H_ */
|
|
|