blob: 6d7b3291ce21e10c033ffe35bfa1a9bd8f381960 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/process/internal_linux.h.orig 2019-09-10 10:42:27 UTC
+++ base/process/internal_linux.h
@@ -14,6 +14,8 @@
#include "base/files/file_path.h"
+#include <unistd.h> /* pid_t */
+
namespace base {
class Time;
|