libutil: Include param.h in quotafile.c

Required for MAXPATHLEN.

MFC after:	1 week
This commit is contained in:
Mark Johnston
2026-05-12 17:47:04 +00:00
parent 9461071d5c
commit 237900f17f
+1 -1
View File
@@ -28,7 +28,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include <sys/types.h> #include <sys/param.h>
#include <sys/endian.h> #include <sys/endian.h>
#include <sys/mount.h> #include <sys/mount.h>
#include <sys/stat.h> #include <sys/stat.h>