reboot: Include limits.h for PATH_MAX

MFC after:	1 week
This commit is contained in:
Mark Johnston
2026-05-12 17:46:45 +00:00
parent ee2d1a1a5a
commit 9461071d5c
+1
View File
@@ -40,6 +40,7 @@
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <paths.h>
#include <pwd.h>
#include <signal.h>