diff options
author | Adam Dickmeiss <dickmeiss@php.net> | 2000-11-01 22:10:55 +0000 |
---|---|---|
committer | Adam Dickmeiss <dickmeiss@php.net> | 2000-11-01 22:10:55 +0000 |
commit | f0c0ea97a8f949422ded800d00c344ef2ee8c30b (patch) | |
tree | 5d5c3d5456a8a7b1da48263d16de1e2be6a9ea9d /ext/yaz/php_yaz.h | |
parent | 91622ad7cbe6e4fa677e1a8a9f02463366fcae93 (diff) | |
download | php-git-f0c0ea97a8f949422ded800d00c344ef2ee8c30b.tar.gz |
Updated for ZTS mode.
Diffstat (limited to 'ext/yaz/php_yaz.h')
-rw-r--r-- | ext/yaz/php_yaz.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/yaz/php_yaz.h b/ext/yaz/php_yaz.h index ccccace9b3..58570bb8fc 100644 --- a/ext/yaz/php_yaz.h +++ b/ext/yaz/php_yaz.h @@ -23,6 +23,10 @@ #if HAVE_YAZ +#ifdef ZTS +#include "TSRM.h" +#endif + extern zend_module_entry yaz_module_entry; #define yaz_module_ptr &yaz_module_entry |