Changes in uspace/srv/vfs/vfs.h [062d900:66366470] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r062d900 r66366470  
    4040#include <sys/types.h>
    4141#include <loc.h>
    42 #include <bool.h>
     42#include <stdbool.h>
    4343#include <ipc/vfs.h>
    4444#include <task.h>
     
    222222extern void vfs_wait_handle(ipc_callid_t, ipc_call_t *);
    223223extern void vfs_get_mtab(ipc_callid_t, ipc_call_t *);
     224extern void vfs_statfs(ipc_callid_t, ipc_call_t *);
    224225
    225226#endif
Note: See TracChangeset for help on using the changeset viewer.