summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad_linux.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-28 18:39:54 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-28 18:39:54 +0000
commit9169e6a95059bed4f33426d0e84f6adc5ac81c49 (patch)
tree388cf4590904b77ca75ee6b04dd2a0f9e7664c21 /chrome/app/breakpad_linux.h
parenta6d1a8dd3f462cd7ac8d300bb9ee338df83ae9f6 (diff)
downloadchromium_src-9169e6a95059bed4f33426d0e84f6adc5ac81c49.zip
chromium_src-9169e6a95059bed4f33426d0e84f6adc5ac81c49.tar.gz
chromium_src-9169e6a95059bed4f33426d0e84f6adc5ac81c49.tar.bz2
Build fix take 2.
(We don't have try servers for ChromeOS yet.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/breakpad_linux.h')
-rw-r--r--chrome/app/breakpad_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linux.h
index 6c4a7e2..fef9079 100644
--- a/chrome/app/breakpad_linux.h
+++ b/chrome/app/breakpad_linux.h
@@ -5,6 +5,8 @@
#ifndef CHROME_APP_BREAKPAD_LINUX_H_
#define CHROME_APP_BREAKPAD_LINUX_H_
+#include <stdlib.h>
+
extern void InitCrashReporter();
static const size_t kMaxActiveURLSize = 1024;