xref: /haiku/headers/os/NetKit.h (revision 9c557206dbcb571d1e20576e503b7780078f762f)
116fe4511Sbeveloper /*
2*9c557206SAxel Dörfler  * Copyright 2008, Haiku Inc. All Rights Reserved.
3*9c557206SAxel Dörfler  * Distributed under the terms of the MIT License.
416fe4511Sbeveloper  */
5*9c557206SAxel Dörfler #ifndef _NET_KIT_H_
6*9c557206SAxel Dörfler #define _NET_KIT_H_
7*9c557206SAxel Dörfler 
816fe4511Sbeveloper #include <netdb.h>
916fe4511Sbeveloper #include <netinet/in.h>
10*9c557206SAxel Dörfler #include <sys/socket.h>
11*9c557206SAxel Dörfler 
12*9c557206SAxel Dörfler #include <NetAddress.h>
13*9c557206SAxel Dörfler #include <NetBuffer.h>
14*9c557206SAxel Dörfler #include <NetEndpoint.h>
15*9c557206SAxel Dörfler 
16*9c557206SAxel Dörfler #endif	// _NET_KIT_H_
17