mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Win32 compile fix
This commit is contained in:
parent
86fa2aade2
commit
ccaff4461b
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
#ifdef PHP_WIN32
|
||||
#include <winsock.h>
|
||||
#define signal(a,b) NULL
|
||||
#else
|
||||
#include "build-defs.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue