From 07871559e1dc2e2ed352a9fd2d9772103f3722ef Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Fri, 29 Jan 2016 08:52:05 -0800
Subject: [PATCH] Add includes

---
 include/grpc/support/cpu.h        | 2 ++
 include/grpc/support/subprocess.h | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/include/grpc/support/cpu.h b/include/grpc/support/cpu.h
index 863d5d2a22..db4bdd42aa 100644
--- a/include/grpc/support/cpu.h
+++ b/include/grpc/support/cpu.h
@@ -34,6 +34,8 @@
 #ifndef GRPC_SUPPORT_CPU_H
 #define GRPC_SUPPORT_CPU_H
 
+#include <grpc/support/port_platform.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
diff --git a/include/grpc/support/subprocess.h b/include/grpc/support/subprocess.h
index 2ccdfccc08..ffbdf67357 100644
--- a/include/grpc/support/subprocess.h
+++ b/include/grpc/support/subprocess.h
@@ -34,6 +34,8 @@
 #ifndef GRPC_SUPPORT_SUBPROCESS_H
 #define GRPC_SUPPORT_SUBPROCESS_H
 
+#include <grpc/support/port_platform.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
-- 
GitLab