mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-13 16:58:04 +08:00
Include <limits.h> in util/file/file_writer.cc because it uses IOV_MAX.
This also updates mini_chromium to abd6e3792f4f. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/469093002
This commit is contained in:
parent
5f554ff10e
commit
01f9e396b8
2
DEPS
2
DEPS
@ -28,7 +28,7 @@ deps = {
|
||||
'39bb8956231c997babf0f25befdfb531f4d0b43c', # svn r1958
|
||||
'crashpad/third_party/mini_chromium/mini_chromium':
|
||||
Var('chromium_git') + '/chromium/mini_chromium@' +
|
||||
'bd605a3773f524979081e152b29ee100849dbe7d',
|
||||
'abd6e3792f4f54d58c86b01438a69ae61f4f2f34',
|
||||
}
|
||||
|
||||
hooks = [
|
||||
|
@ -16,6 +16,8 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "base/posix/eintr_wrapper.h"
|
||||
#include "util/file/fd_io.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user