diff options
author | Antony Dovgal <tony2001@php.net> | 2005-10-03 23:43:43 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-10-03 23:43:43 +0000 |
commit | 8ced962510c4e35e42bb70b004e8daef6092511c (patch) | |
tree | 6b4cb666ec792cfabbedad1589e0e5ce508a4a06 | |
parent | 1ce96bd69fd896333e668b6272251f5a82ade361 (diff) | |
download | php-git-8ced962510c4e35e42bb70b004e8daef6092511c.tar.gz |
MFB5.1: include the header, eliminate warning
-rw-r--r-- | ext/date/php_date.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 44fccb6750..b1f2aea927 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -24,6 +24,7 @@ #include "php_globals.h" #include "php_ini.h" #include "ext/standard/info.h" +#include "ext/standard/php_versioning.h" #include "php_date.h" #include "lib/timelib.h" #include <time.h> |