Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    r38d150e r9f64c1e  
    5656#include <fibril_synch.h>
    5757#include <align.h>
    58 #include <stdlib.h>
     58#include <malloc.h>
    5959
    6060#define FAT_NODE(node)  ((node) ? (fat_node_t *) (node)->data : NULL)
Note: See TracChangeset for help on using the changeset viewer.