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