issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@240 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek
2008-02-24 21:04:51 +00:00
parent c1e0783204
commit 2c2ae28541
5 changed files with 6 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
#include <sys/types.h>
#include <unistd.h>
#include <sys/wait.h>
#include <string.h>
#include <algorithm>
#include <cassert>