aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/env_win32.c
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-06-04 09:51:28 -0700
committerGravatar vjpai <vpai@google.com>2015-06-04 09:51:28 -0700
commitca61f5b765950dd2abfe8b2eae1d2e629f1d50c7 (patch)
tree2c21cd2301fb3acfcac45ec02bdb4ebf9d3dde66 /src/core/support/env_win32.c
parent8eedd4a2c69e377d30f5466b985df9159cc48851 (diff)
parent491a67bc473655a960aed482787b1bcc2a773bba (diff)
Merge branch 'master' into poisson
Diffstat (limited to 'src/core/support/env_win32.c')
-rw-r--r--src/core/support/env_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/support/env_win32.c b/src/core/support/env_win32.c
index 9b4cd698ad..6b1ff102b0 100644
--- a/src/core/support/env_win32.c
+++ b/src/core/support/env_win32.c
@@ -42,6 +42,7 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
+#include <grpc/support/string_util.h>
char *gpr_getenv(const char *name) {
size_t size;