From 51c8190ce9a66048d750ba6bb7cd68ab99358ab8 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 26 Dec 2005 18:30:36 +0000 Subject: [PATCH] - fix build --- php_http.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php_http.h b/php_http.h index 6586d06..b0a0a14 100644 --- a/php_http.h +++ b/php_http.h @@ -56,8 +56,6 @@ extern zend_module_entry http_module_entry; extern int http_module_number; -ZEND_EXTERN_MODULE_GLOBALS(http); - ZEND_BEGIN_MODULE_GLOBALS(http) struct _http_globals_etag { @@ -107,6 +105,8 @@ ZEND_BEGIN_MODULE_GLOBALS(http) ZEND_END_MODULE_GLOBALS(http) +ZEND_EXTERN_MODULE_GLOBALS(http); + #ifdef ZTS # include "TSRM.h" # define HTTP_G(v) TSRMG(http_globals_id, zend_http_globals *, v) -- 2.30.2