From 02feba6c05cbf1a35f1d6779ebc424a27400fe09 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 21 Aug 2000 12:56:51 +0000 Subject: [PATCH] Fix win32 build --- ext/standard/parsedate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 1357ccd6bb..875d348335 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -26,7 +26,7 @@ # include "win32/time.h" #endif -#include +#include "php_parsedate.h" #if HAVE_STDLIB_H # include /* for `free'; used by Bison 1.27 */ -- 2.50.1