diff options
Diffstat (limited to 'ext/odbc/php_birdstep.h')
-rw-r--r-- | ext/odbc/php_birdstep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/odbc/php_birdstep.h b/ext/odbc/php_birdstep.h index abf0b716c3..9a8502cbf2 100644 --- a/ext/odbc/php_birdstep.h +++ b/ext/odbc/php_birdstep.h @@ -26,6 +26,9 @@ #include <sql.h> #include <sqlext.h> +#include "php_version.h" +#define PHP_BIRDSTEP_VERSION PHP_VERSION + typedef struct VConn { HDBC hdbc; zend_long index; |