minix/minix/lib/libvtreefs/inc.h
David van Moolenbroek 0dc5c83ec2 libvtreefs: use libfsdriver
Change-Id: I0e6446bd0ccc3b89edc237be441ebfd92585f352
2014-09-18 12:46:26 +00:00

10 lines
159 B
C

#include <minix/drivers.h>
#include <minix/vtreefs.h>
#include <minix/fsdriver.h>
#include <assert.h>
#include "glo.h"
#include "proto.h"
#include "inode.h"