Index: base/process_posix.cc |
=================================================================== |
--- base/process_posix.cc (revision 41069) |
+++ base/process_posix.cc (working copy) |
@@ -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 { |