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_