aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad
diff options
context:
space:
mode:
authorted.mielczarek@gmail.com <ted.mielczarek@gmail.com>2015-08-13 16:38:19 +0000
committerted.mielczarek@gmail.com <ted.mielczarek@gmail.com>2015-08-13 16:38:19 +0000
commit591ba326b35cf272d7ecbdf43111be5db9125871 (patch)
tree5b3a5b390481c6bcd8d697d6eff7a7a17ffbc6df /src/google_breakpad
parentFix format specifier in proc maps to support 32-bit architectures. (diff)
downloadbreakpad-591ba326b35cf272d7ecbdf43111be5db9125871.tar.xz
Remove some old unused code, add a missing include
R=lei at https://codereview.chromium.org/1211963002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1484 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/google_breakpad')
-rw-r--r--src/google_breakpad/processor/minidump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google_breakpad/processor/minidump.h b/src/google_breakpad/processor/minidump.h
index 968cd8de..ce1af851 100644
--- a/src/google_breakpad/processor/minidump.h
+++ b/src/google_breakpad/processor/minidump.h
@@ -79,6 +79,8 @@
#ifndef GOOGLE_BREAKPAD_PROCESSOR_MINIDUMP_H__
#define GOOGLE_BREAKPAD_PROCESSOR_MINIDUMP_H__
+#include <stdint.h>
+
#ifndef _WIN32
#include <unistd.h>
#endif