Changeset 0e26444 in mainline


Ignore:
Timestamp:
2011-05-01T19:48:25Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
daa36d3
Parents:
694ca93f
Message:

Fix includes in ext2fs_ops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext2fs/ext2fs_ops.c

    r694ca93f r0e26444  
    5757#include <adt/hash_table.h>
    5858#include <sys/typefmt.h>
     59#include <malloc.h>
     60#include <stdio.h>
    5961
    6062#define EXT2FS_NODE(node)       ((node) ? (ext2fs_node_t *) (node)->data : NULL)
Note: See TracChangeset for help on using the changeset viewer.