mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-02-02 05:01:09 +00:00
Explicitly include unistd.h for getpagesize().
Patch by Nico Weber <thakis@chromium.org> Review URL: https://breakpad.appspot.com/502002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1087 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
0a636257d4
commit
bf6d350a68
|
@ -41,6 +41,7 @@ extern "C" { // needed to compile on Leopard
|
|||
#include <mach/task_info.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <TargetConditionals.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in a new issue