| Index: chrome/utility/safe_browsing/mac/convert_big_endian.h
|
| diff --git a/chrome/utility/safe_browsing/mac/convert_big_endian.h b/chrome/utility/safe_browsing/mac/convert_big_endian.h
|
| index 00a648e4431c468d40865416346de9af9fe0fbd8..6710e8ce4b7bab529689eb798064b38ece227df4 100644
|
| --- a/chrome/utility/safe_browsing/mac/convert_big_endian.h
|
| +++ b/chrome/utility/safe_browsing/mac/convert_big_endian.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_UTILITY_SAFE_BROWSING_MAC_CONVERT_BIG_ENDIAN_H_
|
|
|
| #include <libkern/OSByteOrder.h>
|
| +#include <stdint.h>
|
| #include <sys/types.h>
|
|
|
| // This file contains byte swapping routines for use in safe_browsing::dmg. The
|
|
|