Should help with compiling network related apps.

I'm not sure if we really need this socket.h and netdb.h wrappers


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1599 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-10-22 16:29:21 +00:00
parent 7977efcf98
commit 4c7e1fff2f
3 changed files with 82 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _NET_NETDB_H
#define _NET_NETDB_H
#include <netdb.h> /* should include the posix netdb.h */
#endif /* _NETDB_H */