summaryrefslogtreecommitdiff
path: root/ext/satellite/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/satellite/class.h')
-rw-r--r--ext/satellite/class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/satellite/class.h b/ext/satellite/class.h
index 189362c744..7b69e3447d 100644
--- a/ext/satellite/class.h
+++ b/ext/satellite/class.h
@@ -168,7 +168,7 @@ zend_bool name##_Init(int module_number) \
putproperty \
); \
\
- zend_register_internal_class(&name##_class_entry);\
+ zend_register_internal_class(&name##_class_entry TSRMLS_CC);\
return TRUE;\
}