From: Michael Wallner Date: Tue, 2 Aug 2005 17:23:28 +0000 (+0000) Subject: - missing include X-Git-Tag: RELEASE_0_12_0~48 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=494c4fd4db3772b99821f31aaa14ad632b5fd713 - missing include --- diff --git a/http_request_object.c b/http_request_object.c index eb72e93..0c68635 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -34,6 +34,8 @@ #include "php_http_message_object.h" #include "php_http_exception_object.h" +#include "missing.h" + #ifdef PHP_WIN32 # include #endif @@ -278,7 +280,7 @@ zend_function_entry http_request_object_fe[] = { HTTP_REQUEST_ALIAS(methodUnregister, http_request_method_unregister) HTTP_REQUEST_ALIAS(methodName, http_request_method_name) HTTP_REQUEST_ALIAS(methodExists, http_request_method_exists) - + {NULL, NULL, NULL} }; static zend_object_handlers http_request_object_handlers;