diff options
Diffstat (limited to 'src/core/support/env_win32.c')
-rw-r--r-- | src/core/support/env_win32.c | 1 |
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; |