diff options
author | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-08-16 17:28:14 +0000 |
---|---|---|
committer | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-08-16 17:28:14 +0000 |
commit | 31b4957eead3971c2517e686ecf91bd10c4e8120 (patch) | |
tree | 8325f7862b9b39d5a3d44c079edb7873df1ea933 /src/common/dwarf | |
parent | Change ClientInfo into a class to match other platforms, rename the current C... (diff) | |
download | breakpad-31b4957eead3971c2517e686ecf91bd10c4e8120.tar.xz |
Add missing stdint.h include to fix compilation on newer GCC.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@652 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/dwarf')
-rw-r--r-- | src/common/dwarf/dwarf2reader.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/dwarf/dwarf2reader.cc b/src/common/dwarf/dwarf2reader.cc index ab5be208..23f7ffa8 100644 --- a/src/common/dwarf/dwarf2reader.cc +++ b/src/common/dwarf/dwarf2reader.cc @@ -34,6 +34,7 @@ #include "common/dwarf/dwarf2reader.h" #include <assert.h> +#include <stdint.h> #include <stdio.h> #include <string.h> |