summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-22 23:58:52 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-22 23:58:52 +0000
commitcd40b4a58c09fc3e16807e39764688e9c2e143ce (patch)
treee3e5a519e1e61bef422e8fa24de1bdfbf6ae43d9
parentd4b450683fb6150f81ff4b36409777387d771531 (diff)
downloadchromium_src-cd40b4a58c09fc3e16807e39764688e9c2e143ce.zip
chromium_src-cd40b4a58c09fc3e16807e39764688e9c2e143ce.tar.gz
chromium_src-cd40b4a58c09fc3e16807e39764688e9c2e143ce.tar.bz2
Fix Win/Release build bustage.
Review URL: http://codereview.chromium.org/16435 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7393 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/ipc_sync_message.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/ipc_sync_message.cc b/chrome/common/ipc_sync_message.cc
index 828584c..4a851e5 100644
--- a/chrome/common/ipc_sync_message.cc
+++ b/chrome/common/ipc_sync_message.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "build/build_config.h"
+
#if defined(OS_WIN)
#include <windows.h>
#endif