mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
11 lines
222 B
C++
11 lines
222 B
C++
--- base/process/internal_linux.h.orig 2019-03-11 22:00:51 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;
|