]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/daemon/priv.c
priv: include limits.h for PATH_MAX
[thirdparty/lldpd.git] / src / daemon / priv.c
index f4d6bdf4fcc765cd65ed007854831ca2db9c277a..ba5ae58c7392476bf13e455f95b7c3ef50a4a8e9 100644 (file)
@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <signal.h>
 #include <errno.h>
+#include <limits.h>
 #include <sys/wait.h>
 #include <sys/stat.h>
 #include <sys/socket.h>