8 lines
123 B
C
8 lines
123 B
C
|
#ifndef _SYS_MOUNT_H
|
||
|
#define _SYS_MOUNT_H_
|
||
|
|
||
|
#include <sys/statvfs.h>
|
||
|
#include <minix/mount.h>
|
||
|
|
||
|
#endif /* !_SYS_MOUNT_H_ */
|