]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
priv: include limits.h for PATH_MAX
authorSören Tempel <soeren+git@soeren-tempel.net>
Mon, 25 Mar 2019 17:43:03 +0000 (18:43 +0100)
committerVincent Bernat <vincent@bernat.ch>
Mon, 25 Mar 2019 22:05:00 +0000 (23:05 +0100)
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>