opendir change: refinement
[minix.git] / lib / libvboxfs / inc.h
blobba9313cb0447bcf6c2d95c2fe53270ab44e99c15
1 /* Part of libvboxfs - (c) 2012, D.C. van Moolenbroek */
3 #ifndef _VBOXFS_INC_H
4 #define _VBOXFS_INC_H
6 #include <minix/drivers.h>
7 #include <minix/vbox.h>
8 #include <minix/sffs.h>
9 #include <minix/vboxfs.h>
10 #include <sys/queue.h>
11 #include <fcntl.h>
12 #include <assert.h>
14 #include "vboxfs.h"
15 #include "glo.h"
16 #include "proto.h"
18 #endif /* !_VBOXFS_INC_H */