Explorar el Código

Merge pull request #6195 from vjpai/make_llpp_great_again

Add a #include needed as everything moved to gpr_malloc
Nicolas Noble hace 9 años
padre
commit
279681311f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/core/network_benchmarks/low_level_ping_pong.c

+ 1 - 0
test/core/network_benchmarks/low_level_ping_pong.c

@@ -49,6 +49,7 @@
 #endif
 #include <sys/socket.h>
 
+#include <grpc/support/alloc.h>
 #include <grpc/support/cmdline.h>
 #include <grpc/support/histogram.h>
 #include <grpc/support/log.h>