diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 03:54:00 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 03:54:00 +0000 |
commit | b2a3993098f5b02e1e6f8d548354d9946b109dc0 (patch) | |
tree | d5678ac0a65649769b2b481021f3f3e67ebf6184 /base | |
parent | 9fc467cc93b00d02ac9f2cc2f25446505aef3a82 (diff) | |
download | chromium_src-b2a3993098f5b02e1e6f8d548354d9946b109dc0.zip chromium_src-b2a3993098f5b02e1e6f8d548354d9946b109dc0.tar.gz chromium_src-b2a3993098f5b02e1e6f8d548354d9946b109dc0.tar.bz2 |
Fix compile on Jaunty.
BUG=none
TEST=none
TBR=agl
Review URL: http://codereview.chromium.org/132011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/unix_domain_socket_posix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/unix_domain_socket_posix.h b/base/unix_domain_socket_posix.h index 4274a64..ecf6cfb 100644 --- a/base/unix_domain_socket_posix.h +++ b/base/unix_domain_socket_posix.h @@ -5,6 +5,7 @@ #ifndef BASE_UNIX_DOMAIN_SOCKET_POSIX_H_ #define BASE_UNIX_DOMAIN_SOCKET_POSIX_H_ +#include <stdint.h> #include <sys/types.h> #include <vector> |