From 8ced962510c4e35e42bb70b004e8daef6092511c Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 3 Oct 2005 23:43:43 +0000 Subject: [PATCH] MFB5.1: include the header, eliminate warning --- ext/date/php_date.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1