mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-03-01 19:58:02 +00:00
Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jacob <bjacob@mozilla.com>, r=me at https://bugzilla.mozilla.org/show_bug.cgi?id=569836
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@605 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
8e3c63b7f9
commit
c0fc538ae4
|
@ -42,6 +42,7 @@
|
|||
#include <link.h>
|
||||
#include <string.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in a new issue