diff --git a/headers/private/kernel/boot/net/NetDefs.h b/headers/private/kernel/boot/net/NetDefs.h index d190ff6558..2a41f41822 100644 --- a/headers/private/kernel/boot/net/NetDefs.h +++ b/headers/private/kernel/boot/net/NetDefs.h @@ -2,10 +2,10 @@ * Copyright 2005, Ingo Weinhold . * All rights reserved. Distributed under the terms of the MIT License. */ - #ifndef _BOOT_NET_DEFS_H #define _BOOT_NET_DEFS_H + #include #include @@ -13,6 +13,7 @@ #include + // Ethernet #define ETH_ALEN 6 @@ -209,4 +210,5 @@ private: const char *fName; }; + #endif // _BOOT_NET_DEFS_H