Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/proto.c

    rffa2c8ef ra000878c  
    3535#include <stdio.h>
    3636#include <stdlib.h>
     37#include <ipc/ipc.h>
    3738#include <adt/hash_table.h>
    3839
     
    5253
    5354typedef struct {
    54         sysarg_t method;
     55        ipcarg_t method;
    5556        oper_t *oper;
    5657        link_t link;
Note: See TracChangeset for help on using the changeset viewer.