From f88314cbfc3d31cb1bdfbe3c2c7d5605eccb1da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 2 Jul 2004 02:36:09 +0000 Subject: [PATCH] syscalls.h includes a little less than before... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8265 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/sys/chmod.c | 4 +++- src/kernel/libroot/posix/utime.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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