aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/grpc')
-rw-r--r--third_party/grpc/BUILD2
-rw-r--r--third_party/grpc/src/core/support/string_win32.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD
index deaefd0b2f..864d93cdb7 100644
--- a/third_party/grpc/BUILD
+++ b/third_party/grpc/BUILD
@@ -414,7 +414,7 @@ cc_library(
],
copts = [
"-std=gnu99",
- "-Wno-implicit-function-declaration",
+ "-Wimplicit-function-declaration",
],
includes = [
".",
diff --git a/third_party/grpc/src/core/support/string_win32.c b/third_party/grpc/src/core/support/string_win32.c
index 3b1f702cf1..aedc98792a 100644
--- a/third_party/grpc/src/core/support/string_win32.c
+++ b/third_party/grpc/src/core/support/string_win32.c
@@ -34,6 +34,7 @@
/* Posix code for gpr snprintf support. */
#include <grpc/support/port_platform.h>
+#include <grpc/support/string_util.h>
#ifdef GPR_WIN32