Skip to content

Commit c31afdf

Browse files
committed
* fix Windows build -> fix libUV path8
1 parent aefc40f commit c31afdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libuv_reactor.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
#include "php_async.h"
2121
#include "zend_common.h"
2222

23-
#ifndef PHP_WIN32
23+
#ifdef PHP_WIN32
24+
#include "win32/unistd.h"
25+
#else
2426
#include <sys/wait.h>
2527
#include <signal.h>
2628
#include <unistd.h>

0 commit comments

Comments
 (0)