@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:
Rasmus Lerdorf 2001-01-21 17:29:15 +00:00
parent 3353ad7e6e
commit 83cf6629ec
15 changed files with 67 additions and 6 deletions

View file

@ -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>