From 645aaa5a8ef7a1a507e95da0e8794e0cabbf0811 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Sat, 7 Feb 2009 01:03:05 +0000 Subject: 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 --- chrome/common/ipc_tests.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/ipc_tests.cc') 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 #elif defined(OS_POSIX) -- cgit v1.1