Including mount.h requires including param.h.

MFC after:	3 weeks
This commit is contained in:
Robert Watson 2008-12-27 14:17:15 +00:00
parent 0454f8732e
commit fcb5ddcdae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186515

View File

@ -34,6 +34,7 @@
#include <unistd.h>
#include <stddef.h>
#include <fcntl.h>
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/mntent.h>
#include <sys/mnttab.h>