Relied on ktypes.h, but didn't include it (because on x86, some arch header

did that already).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9795 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-11-04 15:54:47 +00:00
parent b38248e108
commit 024b8e7bd1

View File

@ -6,6 +6,7 @@
#define _KERNEL_VM_TYPES_H
#include <kernel.h>
#include <ktypes.h>
#include <defines.h>
#include <vfs.h>
#include <arch/vm_translation_map.h>