aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/file_win32.c
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-06-03 15:01:17 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-06-03 15:24:24 -0700
commit701af6031f691bc685dca085714c8eb16c14a7f9 (patch)
tree0e47a0047b1df2e7353b5b60abed9700709c5e49 /src/core/support/file_win32.c
parentea81bcb81b2411cb26a3664b4cdfd256d931090b (diff)
Expose gpr_asprintf and gpr_strdup
Diffstat (limited to 'src/core/support/file_win32.c')
-rw-r--r--src/core/support/file_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/support/file_win32.c b/src/core/support/file_win32.c
index f59d3af397..355744f79a 100644
--- a/src/core/support/file_win32.c
+++ b/src/core/support/file_win32.c
@@ -42,6 +42,7 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
+#include <grpc/support/string_util.h>
#include "src/core/support/file.h"
#include "src/core/support/string_win32.h"