Changes in uspace/srv/ns/task.c [38d150e:7b616e2] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/task.c

    r38d150e r7b616e2  
    3737#include <errno.h>
    3838#include <assert.h>
     39#include <stdio.h>
    3940#include <macros.h>
    40 #include <stdio.h>
    41 #include <stdlib.h>
     41#include <malloc.h>
    4242#include <types/task.h>
    4343#include "task.h"
Note: See TracChangeset for help on using the changeset viewer.