aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2016-05-17 16:08:17 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2016-05-17 16:08:17 -0700
commita41ac571ab5a7a387683d29e793be3902f92aff5 (patch)
treea999e49e159195c4ce98e34fdb805f918663ebeb /include
parent012f8f4c532304e96be87f3eeae56da89aaf40e5 (diff)
Windows port of error system
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):