Made it independent.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5043 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-10-16 17:52:35 +00:00
parent c550d8537a
commit e44d4929ce
+3 -1
View File
@@ -5,12 +5,14 @@
#ifndef _KERNEL_ELF_PRIV_H
#define _KERNEL_ELF_PRIV_H
#include <ktypes.h>
#include <elf32.h>
#include <image.h>
struct elf_region {
region_id id;
area_id id;
addr start;
addr size;
long delta;