Imported Upstream version 1.27.0
[platform/upstream/grpc.git] / src / php / ext / grpc / php_grpc.c
index 4fb34a8..6dcfef0 100644 (file)
 #include <ext/spl/spl_exceptions.h>
 #include <zend_exceptions.h>
 
+#ifdef GRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK
+#include <pthread.h>
+#endif
+
 ZEND_DECLARE_MODULE_GLOBALS(grpc)
 static PHP_GINIT_FUNCTION(grpc);
 HashTable grpc_persistent_list;