From fe582489043751678fa301773b8db673c966a426 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Fri, 6 Dec 2019 12:44:34 -0800 Subject: [PATCH] PHP: fix php5.5 build --- src/php/ext/grpc/php_grpc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/php/ext/grpc/php_grpc.c b/src/php/ext/grpc/php_grpc.c index ec8a304df97..4fb34a8c879 100644 --- a/src/php/ext/grpc/php_grpc.c +++ b/src/php/ext/grpc/php_grpc.c @@ -26,6 +26,7 @@ #include "call_credentials.h" #include "server_credentials.h" #include "completion_queue.h" +#include #include #include #include