| Index: third_party/WebKit/Source/build/mac/Prefix.h
|
| diff --git a/third_party/WebKit/Source/build/mac/Prefix.h b/third_party/WebKit/Source/build/mac/Prefix.h
|
| index 17706fec4ef4db32003d963bd1e81b7e75d756f1..92567150de589e29596ee1c2bfef4c1c37f4898a 100644
|
| --- a/third_party/WebKit/Source/build/mac/Prefix.h
|
| +++ b/third_party/WebKit/Source/build/mac/Prefix.h
|
| @@ -23,9 +23,8 @@
|
| * build without this header, although we rarely test that.
|
| */
|
|
|
| -#include <pthread.h>
|
| -#include <sys/types.h>
|
| #include <fcntl.h>
|
| +#include <pthread.h>
|
| #include <regex.h>
|
| #include <setjmp.h>
|
| #include <signal.h>
|
| @@ -34,6 +33,7 @@
|
| #include <stdio.h>
|
| #include <stdlib.h>
|
| #include <string.h>
|
| +#include <sys/types.h>
|
| #include <time.h>
|
| #include <unistd.h>
|
|
|
| @@ -43,12 +43,12 @@
|
| #include <new>
|
| #endif // __cplusplus
|
|
|
| +#include <CoreFoundation/CoreFoundation.h>
|
| +#include <CoreServices/CoreServices.h>
|
| #include <sys/param.h>
|
| +#include <sys/resource.h>
|
| #include <sys/stat.h>
|
| #include <sys/time.h>
|
| -#include <sys/resource.h>
|
| -#include <CoreFoundation/CoreFoundation.h>
|
| -#include <CoreServices/CoreServices.h>
|
|
|
| #ifdef __OBJC__
|
| #import <Cocoa/Cocoa.h>
|
|
|