From acc6833d4edb16c0fc4b82c1b47ab00aedec62ce Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 8 Aug 2005 09:23:09 +0000 Subject: [PATCH] - missing include --- http_message_object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http_message_object.c b/http_message_object.c index 637ee06..db357c6 100644 --- a/http_message_object.c +++ b/http_message_object.c @@ -30,6 +30,7 @@ #include "php_http_exception_object.h" #include "phpstr/phpstr.h" +#include "missing.h" ZEND_EXTERN_MODULE_GLOBALS(http); @@ -129,7 +130,7 @@ static zend_object_handlers http_message_object_handlers; void _http_message_object_init(INIT_FUNC_ARGS) { zval constants; - + HTTP_REGISTER_CLASS_EX(HttpMessage, http_message_object, NULL, 0); HTTP_LONG_CONSTANT("HTTP_MSG_NONE", HTTP_MSG_NONE); -- 2.30.2