From 72d8b618047c2a46c108406308c3f378902d1950 Mon Sep 17 00:00:00 2001 From: "raphael.kubo.da.costa@intel.com" Date: Thu, 18 Apr 2013 09:22:01 +0000 Subject: 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 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 6388826..1e9ed38 100644 --- a/AUTHORS +++ b/AUTHORS @@ -234,3 +234,4 @@ Jun Jiang Bobby Powers Patrick Riordan Kenneth Rohde Christiansen +Raphael Kubo da Costa -- cgit v1.1