Skip to content

Commit 110fab9

Browse files
committed
- fix build
1 parent a0bf073 commit 110fab9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ext/pcre/pcrelib/config.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
#include <php_compat.h>
3-
#include <php_config.h>
3+
4+
#ifndef PHP_WIN32
5+
# include <php_config.h>
6+
#endif
47

58
#undef PACKAGE_NAME
69
#undef PACKAGE_VERSION

0 commit comments

Comments
 (0)