haiku/headers/os/NetKit.h
Axel Dörfler 9c557206db * Rewrote NetKit.h, and added the libnetapi headers.
* This closes bug #2444.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26120 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-06-24 09:03:44 +00:00

17 lines
313 B
C

/*
* 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_