summaryrefslogtreecommitdiffstats
path: root/o3d/statsreport
diff options
context:
space:
mode:
authorgman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 22:44:49 +0000
committergman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 22:44:49 +0000
commit4dc37d9532eff13c23c39f10f8876fa40bb88b48 (patch)
treee9876b7aa98d8ae088e6ccd87d9c7d8dce440536 /o3d/statsreport
parentad9d93eaa752230aa64074101456ecb846706e5d (diff)
downloadchromium_src-4dc37d9532eff13c23c39f10f8876fa40bb88b48.zip
chromium_src-4dc37d9532eff13c23c39f10f8876fa40bb88b48.tar.gz
chromium_src-4dc37d9532eff13c23c39f10f8876fa40bb88b48.tar.bz2
The OS_WIN check is not working in the scons build.
Maybe those are not defined when building the unit tests? If there is a better way to fix this tell me and I'll change it to that way. Review URL: http://codereview.chromium.org/174094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/statsreport')
-rw-r--r--o3d/statsreport/metrics_unittest.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/statsreport/metrics_unittest.cc b/o3d/statsreport/metrics_unittest.cc
index 8d2dbc6..48b1ef0 100644
--- a/o3d/statsreport/metrics_unittest.cc
+++ b/o3d/statsreport/metrics_unittest.cc
@@ -30,6 +30,8 @@
*/
+#include "build/build_config.h"
+
#ifndef OS_WIN
#include <unistd.h>
#endif