aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/byte_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/php/ext/grpc/byte_buffer.h')
-rw-r--r--src/php/ext/grpc/byte_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/ext/grpc/byte_buffer.h b/src/php/ext/grpc/byte_buffer.h
index 7a40638591..0e9d1e7145 100644
--- a/src/php/ext/grpc/byte_buffer.h
+++ b/src/php/ext/grpc/byte_buffer.h
@@ -34,7 +34,7 @@
#ifndef NET_GRPC_PHP_GRPC_BYTE_BUFFER_H_
#define NET_GRPC_PHP_GRPC_BYTE_BUFFER_H_
-#include "grpc/grpc.h"
+#include <grpc/grpc.h>
grpc_byte_buffer *string_to_byte_buffer(char *string, size_t length);