summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-10-03 23:43:43 +0000
committerAntony Dovgal <tony2001@php.net>2005-10-03 23:43:43 +0000
commit8ced962510c4e35e42bb70b004e8daef6092511c (patch)
tree6b4cb666ec792cfabbedad1589e0e5ce508a4a06 /ext
parent1ce96bd69fd896333e668b6272251f5a82ade361 (diff)
downloadphp-git-8ced962510c4e35e42bb70b004e8daef6092511c.tar.gz
MFB5.1: include the header, eliminate warning
Diffstat (limited to 'ext')
-rw-r--r--ext/date/php_date.c1
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>