From be874324a3da8a2f1117123a31c00f6fd98163de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 2 Jul 2004 02:56:06 +0000 Subject: [PATCH] VFS syscall prototypes have been moved to syscalls.h. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8270 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/elf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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