Merge pull request #6195 from vjpai/make_llpp_great_again

Add a #include needed as everything moved to gpr_malloc
This commit is contained in:
Nicolas Noble 2016-04-18 14:59:29 -07:00
commit 279681311f
1 changed files with 1 additions and 0 deletions

View File

@ -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>