diff options
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r-- | ext/imap/php_imap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index a697a26b70..eb87a04e47 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -46,6 +46,8 @@ extern zend_module_entry imap_module_entry; #define imap_module_ptr &imap_module_entry +#include "php_version.h" +#define PHP_IMAP_VERSION PHP_VERSION /* Data types */ |