| Index: base/process/process_handle_freebsd.cc
|
| diff --git a/base/process/process_handle_freebsd.cc b/base/process/process_handle_freebsd.cc
|
| index e465a85b7e02a4e4db66ad9c94c117e0f1984c2c..27af5f05791e47d2938beb9f0a716d3a13064255 100644
|
| --- a/base/process/process_handle_freebsd.cc
|
| +++ b/base/process/process_handle_freebsd.cc
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/macros.h"
|
| #include "base/process/process_handle.h"
|
|
|
| +#include <stddef.h>
|
| #include <sys/sysctl.h>
|
| #include <sys/types.h>
|
| #include <sys/user.h>
|
|
|