Chromium Code Reviews| Index: core/include/fxcrt/fx_stream.h |
| diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h |
| index 263a355fff37fc659da0337ac29bd021cf613954..b35b63544f6e1391743bf419310c5c5c0bf8766b 100644 |
| --- a/core/include/fxcrt/fx_stream.h |
| +++ b/core/include/fxcrt/fx_stream.h |
| @@ -23,8 +23,8 @@ FX_WCHAR FX_GetFolderSeparator(); |
| #define FX_FILESIZE int32_t |
| #else |
| #include <fcntl.h> |
| -#include <unistd.h> |
| #include <sys/stat.h> |
| +#include <unistd.h> |
| #ifndef O_BINARY |
| #define O_BINARY 0 |
| #endif |