| 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 7dfa038e354d2303d053ca29cceb4816b3fbe8c8..9c5df5f6847ce8f98d5a38b7596f99253bcbe250 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,11 +43,11 @@
|
| #include <new>
|
| #endif // __cplusplus
|
|
|
| +#include <CoreFoundation/CoreFoundation.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>
|
|
|
| #ifdef __OBJC__
|
| #import <Cocoa/Cocoa.h>
|
|
|