Comment fix.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7586 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2004-05-14 22:23:36 +00:00
parent a2e78b2000
commit a4877eb973

View File

@ -7,7 +7,7 @@
#include <net/socket.h>
#include <net/netdb.h>
#ifdef HAVE_ARPA_INET
// inet_addr() is not defined in netdb.h anymore under BONE & sooner
// inet_addr() is not defined in netdb.h anymore under BONE & later
#include <arpa/inet.h>
#endif
#endif // WIN32