summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorraphael.kubo.da.costa@intel.com <raphael.kubo.da.costa@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-18 09:22:01 +0000
committerraphael.kubo.da.costa@intel.com <raphael.kubo.da.costa@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-18 09:22:01 +0000
commit72d8b618047c2a46c108406308c3f378902d1950 (patch)
treee6d2bff65b88174e130397f6226fd0f58fe4101b /AUTHORS
parentec27c236be55d5d7d59700d0f3f9a190ea3649bf (diff)
downloadchromium_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--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 6388826..1e9ed38 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>