Browse Source

Fix win32 build

PHP-4.0.5
Stanislav Malyshev 26 years ago
parent
commit
02feba6c05
  1. 2
      ext/standard/parsedate.y

2
ext/standard/parsedate.y

@ -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 */

Loading…
Cancel
Save