aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-09 09:45:23 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-12-09 09:45:23 -0800
commit7a454c24d90beb5f2b39522a78289909032b834c (patch)
tree0b5204d6f52046f1ee041592636a42c58ce15390 /src/php
parentcdfd15cc1ae1f016269a41bc509b38e9f560b434 (diff)
Continue updating PHP
Diffstat (limited to 'src/php')
-rw-r--r--src/php/ext/grpc/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/ext/grpc/server.c b/src/php/ext/grpc/server.c
index adcc982e59..6f8e1e4cd8 100644
--- a/src/php/ext/grpc/server.c
+++ b/src/php/ext/grpc/server.c
@@ -49,6 +49,7 @@
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
+#include <grpc/slice.h>
#include "completion_queue.h"
#include "server.h"