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:
Scott Graham 2018-02-16 17:01:01 -08:00 committed by Commit Bot
parent 4a9d422652
commit ec33c25797

View File

@ -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>