Chromium Code Reviews| Index: source/common/unicode/ptypes.h |
| diff --git a/source/common/unicode/ptypes.h b/source/common/unicode/ptypes.h |
| index e2336e0d8c74820a9869e4b6cf5baeb84ea34445..82bf0e32083dd500551ab0cfd5cd597ef3febef0 100644 |
| --- a/source/common/unicode/ptypes.h |
| +++ b/source/common/unicode/ptypes.h |
| @@ -34,6 +34,8 @@ |
| # include "unicode/pfreebsd.h" |
| #elif defined(__OpenBSD__) |
| # include "unicode/popenbsd.h" |
| +#elif defined(__QNXNTO__) |
| +# include "unicode/pqnx.h" |
| #else |
| # include "unicode/platform.h" |
| #endif |