Updated because of header changes.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10436 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-12-13 22:46:11 +00:00
parent 64e7394c50
commit d316037c89
2 changed files with 12 additions and 8 deletions

View File

@ -1,12 +1,13 @@
/*
** 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.
*/
/*
* Copyright 2002-2004, Axel Dörfler, axeld@pinc-software.de.
* Distributed under the terms of the MIT License.
*
* Copyright 2001, Travis Geiselbrecht. All rights reserved.
* Distributed under the terms of the NewOS License.
*/
#include <Errors.h>
#include <kernel.h>
#include <debug.h>
#include <thread.h>
#include <elf.h>

View File

@ -10,7 +10,10 @@
#include <thread.h>
#include <arch/thread.h>
#include <arch_cpu.h>
#include <kernel.h>
#include <debug.h>
#include <int.h>
#include <vm.h>
#include <tls.h>
#include <string.h>