aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/grpc/impl/codegen/log.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/log.h b/include/grpc/impl/codegen/log.h
index aa86fc4c17..c3f30a9147 100644
--- a/include/grpc/impl/codegen/log.h
+++ b/include/grpc/impl/codegen/log.h
@@ -43,6 +43,10 @@
extern "C" {
#endif
+#ifdef GPR_WIN32
+#include <grpc/support/log_win32.h>
+#endif
+
/* GPR log API.
Usage (within grpc):