Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs.h

    r062d900 r9d58539  
    3636#include <minix.h>
    3737#include <macros.h>
    38 #include <block.h>
     38#include <libblock.h>
    3939#include <libfs.h>
    4040#include <adt/list.h>
     
    142142        unsigned refcnt;
    143143        fs_node_t *fsnode;
    144         ht_link_t link;
     144        link_t link;
    145145};
    146146
Note: See TracChangeset for help on using the changeset viewer.