Chromium Code Reviews| Index: compat/win/sys/types.h |
| diff --git a/compat/win/sys/types.h b/compat/win/sys/types.h |
| index b6463a0c9b1e13e6b665517f9211f0a28ae40712..317973211fe5d9b07feb0b677dcb02ddd5218b67 100644 |
| --- a/compat/win/sys/types.h |
| +++ b/compat/win/sys/types.h |
| @@ -16,7 +16,11 @@ |
| #define CRASHPAD_COMPAT_WIN_SYS_TYPES_H_ |
| // This is intended to be roughly equivalent to #include_next. |
| +#if _MSC_VER < 1900 |
| #include <../include/sys/types.h> |
| +#else |
| +#include <../ucrt/sys/types.h> |
| +#endif |
| #include <stdint.h> |