dev: include limits.h for PATH_MAX

Type: fix
Change-Id: I66607164b1552011b39808bafc8e02b5a24f883c
Signed-off-by: Renato Botelho do Couto <renato@netgate.com>
This commit is contained in:
Renato Botelho do Couto 2024-11-29 12:55:05 +00:00 committed by Dave Wallace
parent f71c6d436b
commit eec332b036

View File

@ -10,6 +10,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <dirent.h>
#include <limits.h>
VLIB_REGISTER_LOG_CLASS (dev_log, static) = {
.class_name = "dev",