diff options
| author | Gustavo Lopes <glopes@nebm.ist.utl.pt> | 2013-02-24 00:47:44 +0100 |
|---|---|---|
| committer | Gustavo Lopes <glopes@nebm.ist.utl.pt> | 2013-02-24 00:49:25 +0100 |
| commit | 189fbfd53b087099689b9198407ee0c50b17fc61 (patch) | |
| tree | 06d08a0f9c43fbce627b60972fed89f559874c39 /ext/sockets/multicast.c | |
| parent | 97f22702c4b3af574049160f20982d1e38424296 (diff) | |
| download | php-git-189fbfd53b087099689b9198407ee0c50b17fc61.tar.gz | |
Fix ext/sockets build with phpize
Fixes bug #64285
Diffstat (limited to 'ext/sockets/multicast.c')
| -rw-r--r-- | ext/sockets/multicast.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/sockets/multicast.c b/ext/sockets/multicast.c index 94f845d662..7466c6266e 100644 --- a/ext/sockets/multicast.c +++ b/ext/sockets/multicast.c @@ -24,8 +24,6 @@ #include "php.h" -#if HAVE_SOCKETS - #include "php_network.h" #ifdef PHP_WIN32 # include "windows_common.h" @@ -836,5 +834,3 @@ err: return FAILURE; } #endif - -#endif /* HAVE_SOCKETS */ |
