]> granicus.if.org Git - php/commitdiff
Fix win32 build
authorStanislav Malyshev <stas@php.net>
Mon, 21 Aug 2000 12:56:51 +0000 (12:56 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 21 Aug 2000 12:56:51 +0000 (12:56 +0000)
ext/standard/parsedate.y

index 1357ccd6bb0b19c86614bc4e661ee7ecbb285d92..875d3483350cc98bcfd6dc789fab212600601029 100644 (file)
@@ -26,7 +26,7 @@
 # include "win32/time.h"
 #endif
 
-#include <php_parsedate.h>
+#include "php_parsedate.h"
 
 #if HAVE_STDLIB_H
 # include <stdlib.h> /* for `free'; used by Bison 1.27 */