aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-06-03 15:29:46 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-06-03 15:29:46 +0000
commitc0fc538ae4a07a8f30babde89f8411bfc661b71d (patch)
treeb255306d9812317f16be6ee30696a962cffad1ed /src/common
parentRemove LOG statements from linux utilities so there's no dependency on log li... (diff)
downloadbreakpad-c0fc538ae4a07a8f30babde89f8411bfc661b71d.tar.xz
Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jacob <bjacob@mozilla.com>, r=me at https://bugzilla.mozilla.org/show_bug.cgi?id=569836
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@605 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common')
-rw-r--r--src/common/linux/file_id.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/linux/file_id.cc b/src/common/linux/file_id.cc
index 8fae273a..e76d0b0a 100644
--- a/src/common/linux/file_id.cc
+++ b/src/common/linux/file_id.cc
@@ -42,6 +42,7 @@
#include <link.h>
#include <string.h>
#include <sys/mman.h>
+#include <sys/stat.h>
#include <unistd.h>
#include <algorithm>