issue 305 - breakpad Linux handler doesn't build with compiler built from latest GCC sources. Trivial patch by Jim Blandy
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@321 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
a18f4f9a06
commit
0abe34ce5d
3 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <ctime>
|
||||
#include <linux/limits.h>
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include <sys/wait.h>
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <ctime>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <a.out.h>
|
||||
#include <cstdarg>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cxxabi.h>
|
||||
#include <elf.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in a new issue