Comment #2 on issue 24899 by spotrh: Chrome 64 Build on FC11: linux_dumper http://code.google.com/p/chromium/issues/detail?id=24899
Line 35 of linux_dumper.cc (in my most recent checkout) is: #include <sys/types.h> That pulls in #include <bits/types.h> Which has these types defined. I think the problem is that linux_dumper.h is included before sys/types.h. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
