Fixed compilation due to recent header changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8258 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -31,6 +31,7 @@ extern "C" {
|
|||||||
|
|
||||||
#ifdef NEWOS
|
#ifdef NEWOS
|
||||||
|
|
||||||
|
#include <OS.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <syscalls.h>
|
#include <syscalls.h>
|
||||||
|
|
||||||
@@ -74,8 +75,8 @@ int hoardGetNumProcessors (void)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static region_id heap_region = -1;
|
static area_id heap_region = -1;
|
||||||
static addr brk;
|
static addr_t brk;
|
||||||
|
|
||||||
int
|
int
|
||||||
__heap_init()
|
__heap_init()
|
||||||
|
|||||||
Reference in New Issue
Block a user