[bug-buddy] Don't break compilation with newer GCC.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bug-buddy] Don't break compilation with newer GCC.
- Date: Mon, 29 Mar 2010 08:49:55 +0000 (UTC)
commit 935a94af6937ce7f130af8cb510406f14695f341
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Mar 29 10:49:37 2010 +0200
Don't break compilation with newer GCC.
google-breakpad/src/common/linux/file_id.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/google-breakpad/src/common/linux/file_id.cc b/google-breakpad/src/common/linux/file_id.cc
index d69d45a..ea4e83a 100644
--- a/google-breakpad/src/common/linux/file_id.cc
+++ b/google-breakpad/src/common/linux/file_id.cc
@@ -38,6 +38,8 @@
#include <fcntl.h>
#include <link.h>
#include <sys/mman.h>
+#include <sys/types.h>
+#include <sys/stat.h>
#include <string.h>
#include <unistd.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]