Index: base/sys_info_mac.cc |
diff --git a/base/sys_info_mac.cc b/base/sys_info_mac.cc |
index 79caf55f69cf6c227d06419d89720a74080e4c3f..d192354798c3dc1ddaca5f1c46b588236f4dc269 100644 |
--- a/base/sys_info_mac.cc |
+++ b/base/sys_info_mac.cc |
@@ -2,14 +2,20 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/sys_info.h" |
- |
-#include <ApplicationServices/ApplicationServices.h> |
-#include <CoreServices/CoreServices.h> |
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h> |
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGDisplayConfiguration.h> |
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGError.h> |
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h> |
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreServices.framework/Headers/../Frameworks/CarbonCore.framework/Headers/MacTypes.h> |
+#include <mach/host_info.h> |
+#include <mach/kern_return.h> |
#include <mach/mach_host.h> |
#include <mach/mach_init.h> |
+#include <mach/message.h> |
+#include "base/basictypes.h" |
#include "base/logging.h" |
+#include "base/sys_info.h" |
namespace base { |