Changeset 2874547 in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-04-29T20:45:59Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a49fed
Parents:
30c4005
Message:

Fix compile time errors (malloc.h has been added)

File:
1 edited

Legend:

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

    r30c4005 r2874547  
    3939#include <libfs.h>
    4040#include <adt/list.h>
     41#include <malloc.h>
     42#include <mem.h>
     43#include <stdio.h>
     44#include <errno.h>
     45#include <assert.h>
    4146#include "../../vfs/vfs.h"
    4247
Note: See TracChangeset for help on using the changeset viewer.