mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
9c557206db
* This closes bug #2444. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26120 a95241bf-73f2-0310-859d-f6bbb57e9c96
17 lines
313 B
C
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_
|