From 9c557206dbcb571d1e20576e503b7780078f762f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 24 Jun 2008 09:03:44 +0000 Subject: [PATCH] * 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 --- headers/os/NetKit.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/headers/os/NetKit.h b/headers/os/NetKit.h index 1f8d21aa93..fb8e0cd42a 100644 --- a/headers/os/NetKit.h +++ b/headers/os/NetKit.h @@ -1,8 +1,16 @@ /* - * Master include file for the Net Kit. - * + * Copyright 2008, Haiku Inc. All Rights Reserved. + * Distributed under the terms of the MIT License. */ -#include +#ifndef _NET_KIT_H_ +#define _NET_KIT_H_ + #include -#include #include +#include + +#include +#include +#include + +#endif // _NET_KIT_H_