mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
This commit is contained in:
parent
3353ad7e6e
commit
83cf6629ec
15 changed files with 67 additions and 6 deletions
|
@ -25,7 +25,9 @@ This file is public domain and comes with NO WARRANTY of any kind */
|
|||
#if !defined(MSDOS) && !defined(__WIN__)
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#include <netdb.h>
|
||||
#ifdef HAVE_SELECT_H
|
||||
# include <select.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue