diff options
author | Stig Bakken <ssb@php.net> | 2001-10-05 23:56:19 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-10-05 23:56:19 +0000 |
commit | 9ce638248d3dbf9a6c9deb2c0350aa656e219483 (patch) | |
tree | 68d24c04f98ee5d32a5d0fbb360c10b3de7250d9 /ext/standard/php_standard.h | |
parent | a1c2b86701b140e1fcfe47bcbf6dd7cd0c593bec (diff) | |
download | php-git-9ce638248d3dbf9a6c9deb2c0350aa656e219483.tar.gz |
* prototype of version_compare, doesn't work yet
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r-- | ext/standard/php_standard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index 536c13807e..1d0d7fdbab 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -56,6 +56,7 @@ #include "php_output.h" #include "php_array.h" #include "php_assert.h" +#include "php_versioning.h" #define phpext_standard_ptr basic_functions_module_ptr |