From: Stanislav Malyshev Date: Mon, 21 Aug 2000 12:56:51 +0000 (+0000) Subject: Fix win32 build X-Git-Tag: php-4.0.2RC1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02feba6c05cbf1a35f1d6779ebc424a27400fe09;p=php Fix win32 build --- 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 */