mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
fuchsia: Don't include sys/resource.h, recently removed from SDK
Bug: crashpad:196 Change-Id: Id4a16a1d44d99b658c78900a15db231ba14b0714 Reviewed-on: https://chromium-review.googlesource.com/924747 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
4a9d422652
commit
ec33c25797
@ -23,7 +23,9 @@
|
||||
#include "build/build_config.h"
|
||||
|
||||
#if defined(OS_POSIX)
|
||||
#if !defined(OS_FUCHSIA)
|
||||
#include <sys/resource.h>
|
||||
#endif // !OS_FUCHSIA
|
||||
#include <unistd.h>
|
||||
#elif defined(OS_WIN)
|
||||
#include <windows.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user