modified to support building of libnet

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@960 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-09-03 00:02:40 +00:00
parent e1481ffc45
commit 0b5170a447
8 changed files with 21 additions and 63 deletions
+2
View File
@@ -7,6 +7,8 @@
#include <sys/param.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <ByteOrder.h> /* htonl, htons, ntohl, ntohs */
in_addr_t inet_addr (const char *);
int inet_aton (const char *, struct in_addr *);