aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/snprintf.patch
blob: d1fd52e48d893f129d4353d1391fe7839025ed87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/core/tsi/alts/crypt/aes_gcm.cc b/src/core/tsi/alts/crypt/aes_gcm.cc
index 02b1ac4492..191f462277 100644
--- a/src/core/tsi/alts/crypt/aes_gcm.cc
+++ b/src/core/tsi/alts/crypt/aes_gcm.cc
@@ -26,6 +26,7 @@
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
 #include <string.h>
+#include <cstdio>
 
 #include <grpc/support/alloc.h>