Skip to content

Commit ce43200

Browse files
committed
Fix bcmath build under win32.
# These problems occur because winsock2.h MUST be included before # windows.h.
1 parent c9b2ec7 commit ce43200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/bcmath/libbcmath/src/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "php_config.h"
77
#endif
88

9+
#include <php.h>
910
#include <string.h>
1011
#include "zend.h"
1112
#include "zend_alloc.h"

0 commit comments

Comments
 (0)