- fix build
authorMichael Wallner <mike@php.net>
Mon, 26 Dec 2005 18:30:36 +0000 (18:30 +0000)
committerMichael Wallner <mike@php.net>
Mon, 26 Dec 2005 18:30:36 +0000 (18:30 +0000)
php_http.h

index 6586d06229a848b4ef73ab33872c731ff43c2aa0..b0a0a149d5e74798854485fcb7c29d7ba1f82004 100644 (file)
@@ -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)