From 464742bd2a9ce765d8b0be4ba6897c3e5accd6fe Mon Sep 17 00:00:00 2001 From: Alexander Ilyin Date: Tue, 18 Apr 2017 02:44:34 -0700 Subject: [PATCH] Update php_network.h ``` In file included from /usr/local/include/php/main/php_network.h:124:0, from /var/www/html/php-ext-handlersocketi-0.0.1/hs_response.c:3: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] #warning redirecting incorrect #include to ^ ``` --- main/php_network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_network.h b/main/php_network.h index 6bcf4f092e8..39035bad3db 100644 --- a/main/php_network.h +++ b/main/php_network.h @@ -121,7 +121,7 @@ typedef int php_socket_t; /* #define PHP_USE_POLL_2_EMULATION 1 */ #if defined(HAVE_SYS_POLL_H) && defined(HAVE_POLL) -# include +# include typedef struct pollfd php_pollfd; #else typedef struct _php_pollfd {