diff options
author | raphael.kubo.da.costa@intel.com <raphael.kubo.da.costa@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-18 09:22:01 +0000 |
---|---|---|
committer | raphael.kubo.da.costa@intel.com <raphael.kubo.da.costa@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-18 09:22:01 +0000 |
commit | 72d8b618047c2a46c108406308c3f378902d1950 (patch) | |
tree | e6d2bff65b88174e130397f6226fd0f58fe4101b /AUTHORS | |
parent | ec27c236be55d5d7d59700d0f3f9a190ea3649bf (diff) | |
download | chromium_src-72d8b618047c2a46c108406308c3f378902d1950.zip chromium_src-72d8b618047c2a46c108406308c3f378902d1950.tar.gz chromium_src-72d8b618047c2a46c108406308c3f378902d1950.tar.bz2 |
Add some missing includes for IO functions.
The build was failing on GCC 4.8.0 and glibc 2.17 because unistd.h was not
being included despite read(2), pipe(2), write(2) and close(2) being used.
BUG=
TEST=Try to build using the setup described above.
Review URL: https://chromiumcodereview.appspot.com/14048011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194863 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -234,3 +234,4 @@ Jun Jiang <jun.a.jiang@intel.com> Bobby Powers <bobbypowers@gmail.com> Patrick Riordan <patrickriordan177@gmail.com> Kenneth Rohde Christiansen <kenneth.r.christiansen@intel.com> +Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |