Index: base/third_party/nspr/prtime.cc |
diff --git a/base/third_party/nspr/prtime.cc b/base/third_party/nspr/prtime.cc |
index 65f93eef0ef29a97c7c0843078019253da93d646..0dcd5d2031533bdb86f7103fed51efb19d66c637 100644 |
--- a/base/third_party/nspr/prtime.cc |
+++ b/base/third_party/nspr/prtime.cc |
@@ -63,15 +63,18 @@ |
* 3. prlong.h |
*/ |
+#include "base/logging.h" |
#include "base/third_party/nspr/prtime.h" |
+#include "base/third_party/nspr/prtypes.h" |
#include "build/build_config.h" |
#if defined(OS_WIN) |
#include <windows.h> |
#elif defined(OS_MACOSX) |
-#include <CoreFoundation/CoreFoundation.h> |
#endif |
-#include <errno.h> /* for EINVAL */ |
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDate.h> |
+#include <ctype.h> |
+#include <string.h> |
#include <time.h> |
/* Implements the Unix localtime_r() function for windows */ |