Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/program.c

    rc0699467 r26aafe8  
    4040#include <proc/thread.h>
    4141#include <proc/task.h>
     42#include <proc/uarg.h>
    4243#include <mm/as.h>
    4344#include <mm/slab.h>
     
    4748#include <ipc/ipcrsc.h>
    4849#include <security/cap.h>
    49 #include <lib/elf_load.h>
     50#include <lib/elf.h>
    5051#include <errno.h>
    5152#include <print.h>
Note: See TracChangeset for help on using the changeset viewer.