diff options
| author | Anatol Belski <ab@php.net> | 2015-03-23 20:13:59 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-03-23 20:13:59 +0100 |
| commit | ec89c85054e44a0d4ea85f62601405843cd05d5d (patch) | |
| tree | 35783a64f8e52f82a7dcd46cb5b272f176f7608d /ext/dba/php_dba.h | |
| parent | 88b2a2d40594bb9924eaaae123a5833a0ba36033 (diff) | |
| download | php-git-ec89c85054e44a0d4ea85f62601405843cd05d5d.tar.gz | |
cleaning up the version macros
Diffstat (limited to 'ext/dba/php_dba.h')
| -rw-r--r-- | ext/dba/php_dba.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h index 13dd3ab55f..aef4ceae7d 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -21,6 +21,9 @@ #ifndef PHP_DBA_H #define PHP_DBA_H +#include "php_version.h" +#define PHP_DBA_VERSION PHP_VERSION + #if HAVE_DBA typedef enum { |
