Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277826 | Differences between
and this patch

Collapse All | Expand All

(-)bug-buddy-2.24.2-dwokfur1/google-breakpad/src/client/linux/handler/exception_handler.cc (+1 lines)
Lines 42-47 Link Here
42
#include <cassert>
42
#include <cassert>
43
#include <cstdlib>
43
#include <cstdlib>
44
#include <ctime>
44
#include <ctime>
45
#include <cstdio>
45
46
46
#include "client/linux/handler/exception_handler.h"
47
#include "client/linux/handler/exception_handler.h"
47
#include "common/linux/guid_creator.h"
48
#include "common/linux/guid_creator.h"
(-)bug-buddy-2.24.2-dwokfur1/google-breakpad/src/client/linux/handler/minidump_generator.cc (+1 lines)
Lines 42-47 Link Here
42
#include <cstdlib>
42
#include <cstdlib>
43
#include <cstring>
43
#include <cstring>
44
#include <ctime>
44
#include <ctime>
45
#include <cstdio>
45
46
46
#include "common/linux/file_id.h"
47
#include "common/linux/file_id.h"
47
#include "client/linux/handler/linux_thread.h"
48
#include "client/linux/handler/linux_thread.h"
(-)bug-buddy-2.24.2-dwokfur1/google-breakpad/src/processor/minidump.cc (+1 lines)
Lines 36-41 Link Here
36
36
37
#include <fcntl.h>
37
#include <fcntl.h>
38
#include <stdio.h>
38
#include <stdio.h>
39
#include <stdint.h>
39
#include <string.h>
40
#include <string.h>
40
#include <time.h>
41
#include <time.h>
41
#include <unistd.h>
42
#include <unistd.h>
(-)bug-buddy-2.24.2-dwokfur1/google-breakpad/src/processor/minidump_processor.cc (+1 lines)
Lines 28-33 Link Here
28
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
29
30
#include <cassert>
30
#include <cassert>
31
#include <cstdio>
31
32
32
#include "google_breakpad/processor/minidump_processor.h"
33
#include "google_breakpad/processor/minidump_processor.h"
33
#include "google_breakpad/processor/call_stack.h"
34
#include "google_breakpad/processor/call_stack.h"
(-)bug-buddy-2.24.2-dwokfur1/google-breakpad/src/processor/stackwalker_x86.cc (+1 lines)
Lines 33-38 Link Here
33
//
33
//
34
// Author: Mark Mentovai
34
// Author: Mark Mentovai
35
35
36
#include <cstdio>
36
37
37
#include "processor/postfix_evaluator-inl.h"
38
#include "processor/postfix_evaluator-inl.h"
38
39

Return to bug 277826