diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 18:23:09 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 18:23:09 +0000 |
commit | 4b60c637205ac05d039a3219da88e51af52e9213 (patch) | |
tree | fae4cb0b991bd8876ce15bb26f1092019eb7e999 /chrome | |
parent | 13f383ff5fc8ff095501794d4ce758f0067ff9b5 (diff) | |
download | chromium_src-4b60c637205ac05d039a3219da88e51af52e9213.zip chromium_src-4b60c637205ac05d039a3219da88e51af52e9213.tar.gz chromium_src-4b60c637205ac05d039a3219da88e51af52e9213.tar.bz2 |
Build fix: ChromeOS is using a more recent compiler.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/breakpad_linux.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc index 3b4ec65..a0c8ad8 100644 --- a/chrome/app/breakpad_linux.cc +++ b/chrome/app/breakpad_linux.cc @@ -7,6 +7,7 @@ #include <fcntl.h> #include <stdlib.h> #include <sys/socket.h> +#include <sys/types.h> #include <sys/uio.h> #include <unistd.h> |