Chromium Code Reviews| Index: public/common/unicode/ptypes.h |
| diff --git a/public/common/unicode/ptypes.h b/public/common/unicode/ptypes.h |
| index 5f4279f363cf95a4f2d2ac79b0ae7040a3f52fd4..ee850722b7c07672550633387fc1ca57f3b5758d 100644 |
| --- a/public/common/unicode/ptypes.h |
| +++ b/public/common/unicode/ptypes.h |
| @@ -28,6 +28,8 @@ |
| # include "unicode/plinux.h" |
| #elif defined(__FreeBSD__) |
| # include "unicode/pfreebsd.h" |
| +#elif defined(__OpenBSD__) |
| +# include "unicode/popenbsd.h" |
| #else |
| # include "unicode/platform.h" |
| #endif |