diff options
Diffstat (limited to 'base/process_posix.cc')
-rw-r--r-- | base/process_posix.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/process_posix.cc b/base/process_posix.cc index 29166b9..904884a 100644 --- a/base/process_posix.cc +++ b/base/process_posix.cc @@ -2,9 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "base/process.h" + +#include <sys/types.h> +#include <sys/time.h> #include <sys/resource.h> -#include "base/process.h" #include "base/process_util.h" namespace base { |