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:
parent
f71c6d436b
commit
eec332b036
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user