1 /* 2 * Copyright 2008, Haiku Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef _NET_KIT_H_ 6 #define _NET_KIT_H_ 7 8 #include <netdb.h> 9 #include <netinet/in.h> 10 #include <sys/socket.h> 11 12 #include <NetAddress.h> 13 #include <NetBuffer.h> 14 #include <NetEndpoint.h> 15 16 #endif // _NET_KIT_H_ 17