diff --git a/src/kernel/core/elf.c b/src/kernel/core/elf.c index d6024cb14b..75d15b35f5 100644 --- a/src/kernel/core/elf.c +++ b/src/kernel/core/elf.c @@ -1,8 +1,8 @@ /* Contains the ELF loader */ /* -** Copyright 2002-2004, The OpenBeOS Team. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Copyright 2002-2004, The Haiku Team. All rights reserved. +** Distributed under the terms of the Haiku License. ** ** Copyright 2001, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. @@ -18,6 +18,7 @@ #include #include #include +#include #include #include