aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-29 08:52:05 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-29 08:52:05 -0800
commit07871559e1dc2e2ed352a9fd2d9772103f3722ef (patch)
tree8d180e7c7ddb6e263b5098263644831a2b659e9c /include/grpc/support
parent74b611ccdd269198b632795ac9373aa300732e3b (diff)
Add includes
Diffstat (limited to 'include/grpc/support')
-rw-r--r--include/grpc/support/cpu.h2
-rw-r--r--include/grpc/support/subprocess.h2
2 files changed, 4 insertions, 0 deletions
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