summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-04-17 04:44:02 +0000
committerSebastian Bergmann <sebastian@php.net>2002-04-17 04:44:02 +0000
commit2fc2f74ad19aef787b2e080b323b9c62b28d0342 (patch)
tree7627fe66919c0cebe4ef94052b1ca458a33808a8 /main/internal_functions_win32.c
parentd37c22ee3fe9da1ea98257c6ad4508918ac1bde5 (diff)
downloadphp-git-2fc2f74ad19aef787b2e080b323b9c62b28d0342.tar.gz
Enable ext/tokenizer by default on Win32, too. Since there is no HAVE_TOKENIZER flag, it cannot be turned off in config.w32.h.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 54c899734d..23fd5636d0 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -63,6 +63,7 @@
#if HAVE_OVERLOAD
#include "ext/overload/php_overload.h"
#endif
+#include "ext/tokenizer/php_tokenizer.h"
/* }}} */
/* {{{ php_builtin_extensions[]