Official place for socket.h is sys/

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21598 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2007-07-14 09:26:22 +00:00
parent 2b0f12f79e
commit 60076b7199

View File

@ -2,7 +2,7 @@
* Master include file for the Network Kit.
*
*/
#include <socket.h>
#include <sys/socket.h>
#include <NetAddress.h>
#include <NetBuffer.h>
#include <NetEndpoint.h>