Index: base/process/process_handle_openbsd.cc |
diff --git a/base/process/process_handle_openbsd.cc b/base/process/process_handle_openbsd.cc |
index 3508ccb04cb58fb6cb3624c0221d1ea9f02bcaf1..045e7205dc627a9d84115efe3ccfa96a1fc98800 100644 |
--- a/base/process/process_handle_openbsd.cc |
+++ b/base/process/process_handle_openbsd.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 <unistd.h> |