diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-05-12 17:47:04 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-05-12 20:05:19 +0000 |
| commit | 237900f17f091d059a3ead6a5320285654f4bfa0 (patch) | |
| tree | 4203b69848cd53698f58389aded7f28d8740ec09 | |
| parent | 9461071d5cd901c968dcd7f4a114905995f90d66 (diff) | |
libutil: Include param.h in quotafile.c
Required for MAXPATHLEN.
MFC after: 1 week
| -rw-r--r-- | lib/libutil/quotafile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/quotafile.c b/lib/libutil/quotafile.c index 1f02813dee92..e8c8b39843d2 100644 --- a/lib/libutil/quotafile.c +++ b/lib/libutil/quotafile.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ -#include <sys/types.h> +#include <sys/param.h> #include <sys/endian.h> #include <sys/mount.h> #include <sys/stat.h> |
