summaryrefslogtreecommitdiff
path: root/ext/sablot/php_sablot.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sablot/php_sablot.h')
-rw-r--r--ext/sablot/php_sablot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h
index 45b28869cc..805fc27ffa 100644
--- a/ext/sablot/php_sablot.h
+++ b/ext/sablot/php_sablot.h
@@ -119,7 +119,7 @@ ZEND_END_MODULE_GLOBALS(sablot)
#ifdef ZTS
-#define SABLOTG(v) TSRMG(sablot_globals_id, php_sablot_globals *, v)
+#define SABLOTG(v) TSRMG(sablot_globals_id, zend_sablot_globals *, v)
#else
#define SABLOTG(v) (sablot_globals.v)
#endif