Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/date/date.c

    rd5c1051 rf9b2cb4c  
    3333#include <loc.h>
    3434#include <time.h>
    35 #include <stdlib.h>
     35#include <malloc.h>
    3636#include <getopt.h>
    3737#include <ctype.h>
     
    5151main(int argc, char **argv)
    5252{
    53         int rc;
    54         int c;
     53        int rc, c;
    5554        category_id_t cat_id;
    5655        size_t        svc_cnt;
Note: See TracChangeset for help on using the changeset viewer.