* Building with syscall tracing obviously needs this header now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37326 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-07-01 19:24:25 +00:00
parent ac40d7205b
commit 5fe246510a
+3 -1
View File
@@ -1,6 +1,6 @@
/*
* Copyright 2008, Ingo Weinhold, [email protected].
* Copyright 2004-2009, Haiku Inc. All rights reserved.
* Copyright 2004-2010, Haiku Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@@ -15,6 +15,8 @@
#include <stdlib.h>
#include <string.h>
#include <TypeConstants.h>
#include <arch_config.h>
#include <arch/system_info.h>
#include <cpu.h>