| Index: source/common/unicode/ptypes.h
|
| diff --git a/source/common/unicode/ptypes.h b/source/common/unicode/ptypes.h
|
| index ea271edbaf528047f34d51f021e8d0f2b4eb92aa..e2336e0d8c74820a9869e4b6cf5baeb84ea34445 100644
|
| --- a/source/common/unicode/ptypes.h
|
| +++ b/source/common/unicode/ptypes.h
|
| @@ -26,6 +26,8 @@
|
| # include "unicode/pmac.h"
|
| #elif defined(ANDROID)
|
| # include "unicode/pandroid.h"
|
| +#elif defined(__native_client__)
|
| +# include "unicode/pnacl.h"
|
| #elif defined(__linux__)
|
| # include "unicode/plinux.h"
|
| #elif defined(__FreeBSD__)
|
|
|