| Index: base/time_mac.cc
|
| diff --git a/base/time_mac.cc b/base/time_mac.cc
|
| index ad314107d57c35fd4dccab1df94f74bcf5677c51..dcccd3acffde016bcf455ea557aa56aa465d6d2e 100644
|
| --- a/base/time_mac.cc
|
| +++ b/base/time_mac.cc
|
| @@ -2,17 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/time.h"
|
| -
|
| -#include <CoreFoundation/CFDate.h>
|
| -#include <CoreFoundation/CFTimeZone.h>
|
| +#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDate.h>
|
| +#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h>
|
| +#include <mach/i386/kern_return.h>
|
| +#include <mach/kern_return.h>
|
| #include <mach/mach_time.h>
|
| -#include <sys/time.h>
|
| +#include <stdbool.h>
|
| +#include <stdint.h>
|
| #include <time.h>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| +#include "base/port.h"
|
| +#include "base/time.h"
|
|
|
| namespace base {
|
|
|
|
|