Chromium Code Reviews
DescriptionIWYU nit in ppapi_proxy
Technically one is always supposed to do #include <sys/types.h> before
doing #include <sys/mman.h>. For the newlib <sys/mman.h> this
actually matters, as otherwise off_t will be undefined when it's used
in the mmap prototype. Newer libstdc++ no longer implicitly includes
<sys/types.h> in places that it used to, so this nit is newly noticed.
BUG= none
TEST= none
R=sehr@google.com
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=140777
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||