]> granicus.if.org Git - php/commitdiff
Fix bcmath build under win32.
authorWez Furlong <wez@php.net>
Sun, 16 Feb 2003 12:46:16 +0000 (12:46 +0000)
committerWez Furlong <wez@php.net>
Sun, 16 Feb 2003 12:46:16 +0000 (12:46 +0000)
# These problems occur because winsock2.h MUST be included before
#  windows.h.

ext/bcmath/libbcmath/src/config.h

index 6516f8f19beab4bffb8a8bfb1fd6ebfc672a31de..a70ba5e52d887b2ad2d23bd83cbca02f3bb9c3d6 100644 (file)
@@ -6,6 +6,7 @@
 #include "php_config.h"
 #endif
 
+#include <php.h>
 #include <string.h>
 #include "zend.h"
 #include "zend_alloc.h"