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
Showing
Please register or sign in to comment