Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3159 → Rev 3160

/branches/dynload/uspace/srv/loader/main.c
50,6 → 50,7
#include <sys/types.h>
#include <ipc/ipc.h>
#include <ipc/loader.h>
#include <loader/pcb.h>
#include <errno.h>
#include <async.h>
#include <as.h>
56,7 → 57,7
 
#include <elf.h>
#include <elf_load.h>
#include <pcb.h>
#include <arch/pcb.h>
 
/**
* Bias used for loading the dynamic linker. This will be soon replaced