diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 20:34:31 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 20:34:31 +0000 |
commit | 12d47e55b7b6ef47a7cda87d5ccfb9d11fbc4075 (patch) | |
tree | f9483c12d6d70b535214900525602f72b2ee4b24 /chrome/app | |
parent | 29d71de3dad5f05da3e26e3fbda0ad9af69d8000 (diff) | |
download | chromium_src-12d47e55b7b6ef47a7cda87d5ccfb9d11fbc4075.zip chromium_src-12d47e55b7b6ef47a7cda87d5ccfb9d11fbc4075.tar.gz chromium_src-12d47e55b7b6ef47a7cda87d5ccfb9d11fbc4075.tar.bz2 |
Add headers missing in r18291.
Review URL: http://codereview.chromium.org/125072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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 ef3dfa2..2b293be 100644 --- a/chrome/app/breakpad_linux.cc +++ b/chrome/app/breakpad_linux.cc @@ -12,6 +12,7 @@ #include "base/command_line.h" #include "base/eintr_wrapper.h" #include "base/file_version_info_linux.h" +#include "base/global_descriptors_posix.h" #include "base/path_service.h" #include "base/rand_util.h" #include "breakpad/linux/directory_reader.h" |