summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_tests.cc
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-07 01:03:05 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-07 01:03:05 +0000
commit645aaa5a8ef7a1a507e95da0e8794e0cabbf0811 (patch)
tree505852c9495074dcfb1a5d12568993c8e445ff48 /chrome/common/ipc_tests.cc
parent43cf815bf900fa25d7a3618e6d0d7f8e52d144fb (diff)
downloadchromium_src-645aaa5a8ef7a1a507e95da0e8794e0cabbf0811.zip
chromium_src-645aaa5a8ef7a1a507e95da0e8794e0cabbf0811.tar.gz
chromium_src-645aaa5a8ef7a1a507e95da0e8794e0cabbf0811.tar.bz2
Mac: build fix
(Why isn't this a command line include?) Review URL: http://codereview.chromium.org/20159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_tests.cc')
-rw-r--r--chrome/common/ipc_tests.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/ipc_tests.cc b/chrome/common/ipc_tests.cc
index ef30113..e2b5416 100644
--- a/chrome/common/ipc_tests.cc
+++ b/chrome/common/ipc_tests.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>
#elif defined(OS_POSIX)