diff --git a/src/kernel/libroot/posix/sys/chmod.c b/src/kernel/libroot/posix/sys/chmod.c index 282fab4d27..2df379dd1d 100644 --- a/src/kernel/libroot/posix/sys/chmod.c +++ b/src/kernel/libroot/posix/sys/chmod.c @@ -1,9 +1,11 @@ /* ** Copyright 2002-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the Haiku License. */ +#include + #include #include #include diff --git a/src/kernel/libroot/posix/utime.c b/src/kernel/libroot/posix/utime.c index daf4c6c8a9..837a5bf113 100644 --- a/src/kernel/libroot/posix/utime.c +++ b/src/kernel/libroot/posix/utime.c @@ -1,9 +1,11 @@ /* ** Copyright 2002-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the Haiku License. */ +#include + #include #include #include