[bug-buddy] Don't break compilation with newer GCC.



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]