From: Ilia Alshanetsky Date: Thu, 13 Feb 2003 14:54:43 +0000 (+0000) Subject: Added missing header needed for rpc_error(). X-Git-Tag: RELEASE_0_5~1049 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9457bf84289749248384145931fa8657178ac27;p=php Added missing header needed for rpc_error(). --- diff --git a/ext/rpc/com/variant.c b/ext/rpc/com/variant.c index 1193dafa4e..2e72724cad 100644 --- a/ext/rpc/com/variant.c +++ b/ext/rpc/com/variant.c @@ -33,6 +33,8 @@ #include "conversion.h" #include "variant.h" +#include "../php_rpc.h" + #include static zend_object_value variant_objects_new(zend_class_entry * TSRMLS_DC);