Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2968 → Rev 2969

/branches/dynload/uspace/app/iloader/main.c
40,8 → 40,8
#include <sys/types.h>
#include <as.h>
 
#include "elf.h"
#include "elf_load.h"
#include <elf.h>
#include <elf_load.h>
 
int main(int argc, char *argv[])
{