2002-10-23 17:48:14 +04:00
|
|
|
/*
|
2008-06-24 13:03:44 +04:00
|
|
|
* Copyright 2008, Haiku Inc. All Rights Reserved.
|
|
|
|
* Distributed under the terms of the MIT License.
|
2002-10-23 17:48:14 +04:00
|
|
|
*/
|
2008-06-24 13:03:44 +04:00
|
|
|
#ifndef _NET_KIT_H_
|
|
|
|
#define _NET_KIT_H_
|
|
|
|
|
2002-10-23 17:48:14 +04:00
|
|
|
#include <netdb.h>
|
|
|
|
#include <netinet/in.h>
|
2008-06-24 13:03:44 +04:00
|
|
|
#include <sys/socket.h>
|
|
|
|
|
|
|
|
#include <NetAddress.h>
|
|
|
|
#include <NetBuffer.h>
|
|
|
|
#include <NetEndpoint.h>
|
|
|
|
|
|
|
|
#endif // _NET_KIT_H_
|