diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-24 17:24:57 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-24 17:24:57 +0000 |
commit | 6fcdb5d5f85bc9cf5a78cd8816d9ad988ef7a140 (patch) | |
tree | 94d5011ba8a0bd6f31c3bb49655c588f64636b6d /breakpad | |
parent | 1ef6c06a097db0fdba2947ddb1c73a1f091dd4dc (diff) | |
download | chromium_src-6fcdb5d5f85bc9cf5a78cd8816d9ad988ef7a140.zip chromium_src-6fcdb5d5f85bc9cf5a78cd8816d9ad988ef7a140.tar.gz chromium_src-6fcdb5d5f85bc9cf5a78cd8816d9ad988ef7a140.tar.bz2 |
Linux: build fix for systems where sys/user.h needs sys/types.h
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30009 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/linux/linux_dumper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/breakpad/linux/linux_dumper.h b/breakpad/linux/linux_dumper.h index 0986e7b..9a81364 100644 --- a/breakpad/linux/linux_dumper.h +++ b/breakpad/linux/linux_dumper.h @@ -30,6 +30,7 @@ #ifndef CLIENT_LINUX_HANDLER_LINUX_DUMPER_H_ #define CLIENT_LINUX_HANDLER_LINUX_DUMPER_H_ +#include <sys/types.h> #include <elf.h> #include <stdint.h> #include <sys/user.h> |