aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2026-05-12 17:46:40 +0000
committerMark Johnston <markj@FreeBSD.org>2026-05-12 20:05:19 +0000
commitee2d1a1a5a1877f8ce7b9eee94479ec702880bd7 (patch)
treebd0d3aa0f7ba4bef85399d6abc68caabd7cb6339
parentfae5815a1d7ef6ef07a15231ca695cba0f848e18 (diff)
edquota: Include param.h
Required for MAXPATHLEN and MAXLOGNAME. MFC after: 1 week
-rw-r--r--usr.sbin/edquota/edquota.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c
index 6c209cd23716..f9780a7b0507 100644
--- a/usr.sbin/edquota/edquota.c
+++ b/usr.sbin/edquota/edquota.c
@@ -36,6 +36,7 @@
* Disk quota editor.
*/
+#include <sys/param.h>
#include <sys/file.h>
#include <sys/mount.h>
#include <sys/wait.h>