Bläddra i källkod

Merge pull request #21416 from stanley-cheung/php-fix-5_5-build

PHP: fix php5.5 build
Stanley Cheung 6 år sedan
förälder
incheckning
c3d7a001ef
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/php/ext/grpc/php_grpc.c

+ 1 - 0
src/php/ext/grpc/php_grpc.c

@@ -26,6 +26,7 @@
 #include "call_credentials.h"
 #include "server_credentials.h"
 #include "completion_queue.h"
+#include <inttypes.h>
 #include <grpc/support/alloc.h>
 #include <grpc/support/log.h>
 #include <grpc/support/string_util.h>