aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/alpn/alpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/transport/chttp2/alpn/alpn.h')
-rw-r--r--src/core/ext/transport/chttp2/alpn/alpn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ext/transport/chttp2/alpn/alpn.h b/src/core/ext/transport/chttp2/alpn/alpn.h
index fd7513c665..0042eafd95 100644
--- a/src/core/ext/transport/chttp2/alpn/alpn.h
+++ b/src/core/ext/transport/chttp2/alpn/alpn.h
@@ -19,6 +19,8 @@
#ifndef GRPC_CORE_EXT_TRANSPORT_CHTTP2_ALPN_ALPN_H
#define GRPC_CORE_EXT_TRANSPORT_CHTTP2_ALPN_ALPN_H
+#include <grpc/support/port_platform.h>
+
#include <string.h>
/* Retuns 1 if the version is supported, 0 otherwise. */