aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/pollset_uv.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-10-10 12:16:13 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-10-10 18:03:03 -0700
commitaa9c578b074ce06ac1bf2765971924cdf5246290 (patch)
tree5e0b5213776695efda8e5de297d27cd7c570eb98 /src/core/lib/iomgr/pollset_uv.h
parentfde76d7996fbfd259ac3d0dfa8324efbdcf14f63 (diff)
Clean up code after merge with master
Diffstat (limited to 'src/core/lib/iomgr/pollset_uv.h')
-rw-r--r--src/core/lib/iomgr/pollset_uv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/pollset_uv.h b/src/core/lib/iomgr/pollset_uv.h
index 9f1d1442b2..0715eb4295 100644
--- a/src/core/lib/iomgr/pollset_uv.h
+++ b/src/core/lib/iomgr/pollset_uv.h
@@ -31,7 +31,12 @@
*
*/
+#ifndef GRPC_CORE_LIB_IOMGR_POLLSET_UV_H
+#define GRPC_CORE_LIB_IOMGR_POLLSET_UV_H
+
extern int grpc_pollset_work_run_loop;
void grpc_pollset_global_init(void);
void grpc_pollset_global_shutdown(void);
+
+#endif /* GRPC_CORE_LIB_IOMGR_POLLSET_UV_H */