aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-05-10 09:17:00 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-05-10 09:17:00 -0700
commit21be59b8dd59be20857048336477f090d78eff06 (patch)
tree8d09c49aff0db1782a1be2d4f47fec84224eb8d7
parent034deab6d1ee44923ec3404c1f703c7d5ca20b29 (diff)
sanity fix
-rw-r--r--include/grpc/support/workaround_list.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/grpc/support/workaround_list.h b/include/grpc/support/workaround_list.h
index dceaa5f897..6a8aa1f955 100644
--- a/include/grpc/support/workaround_list.h
+++ b/include/grpc/support/workaround_list.h
@@ -31,6 +31,9 @@
*
*/
+#ifndef GRPC_SUPPORT_WORKAROUND_LIST_H
+#define GRPC_SUPPORT_WORKAROUND_LIST_H
+
/* The list of IDs of server workarounds currently maintained by gRPC. For
* explanation and detailed descriptions of workarounds, see
* /docs/workarounds.md
@@ -39,3 +42,5 @@ typedef enum {
GRPC_WORKAROUND_ID_CRONET_COMPRESSION = 0,
GRPC_MAX_WORKAROUND_ID
} grpc_workaround_list;
+
+#endif