Skip to content

Commit 2796813

Browse files
committed
Merge pull request grpc#6195 from vjpai/make_llpp_great_again
Add a #include needed as everything moved to gpr_malloc
2 parents 573457b + 295a1ff commit 2796813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/core/network_benchmarks/low_level_ping_pong.c

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#endif
5050
#include <sys/socket.h>
5151

52+
#include <grpc/support/alloc.h>
5253
#include <grpc/support/cmdline.h>
5354
#include <grpc/support/histogram.h>
5455
#include <grpc/support/log.h>

0 commit comments

Comments
 (0)