/* * Copyright 2008, Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _NET_KIT_H_ #define _NET_KIT_H_ #include <netdb.h> #include <netinet/in.h> #include <sys/socket.h> #include <NetAddress.h> #include <NetBuffer.h> #include <NetEndpoint.h> #endif // _NET_KIT_H_