summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-13 19:18:59 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-13 19:18:59 +0000
commit50b710cdeca246c372c4231bd5e54d0db049d548 (patch)
tree24673ef176ad4f8fbce3054b692d71701c8555a8 /base
parent06b20fe95e55c66ac56d1ea09a5fcc32cf4c7373 (diff)
downloadchromium_src-50b710cdeca246c372c4231bd5e54d0db049d548.zip
chromium_src-50b710cdeca246c372c4231bd5e54d0db049d548.tar.gz
chromium_src-50b710cdeca246c372c4231bd5e54d0db049d548.tar.bz2
Include <unistd.h> in base/process/internal_linux.h.
When building with libc++, this causes a build error due to missing definition for pid_t. BUG=318770 R=thakis@chromium.org Review URL: https://codereview.chromium.org/69763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/process/internal_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/process/internal_linux.h b/base/process/internal_linux.h
index a10cee3..0cacd3f 100644
--- a/base/process/internal_linux.h
+++ b/base/process/internal_linux.h
@@ -8,6 +8,8 @@
#ifndef BASE_PROCESS_LINUX_INTERNAL_H_
#define BASE_PROCESS_LINUX_INTERNAL_H_
+#include <unistd.h>
+
#include "base/files/file_path.h"
namespace base {