1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/lldpd/fix-ppc64le-pathmax.patch

10 lines
231 B
Diff

--- a/src/daemon/priv.c
+++ b/src/daemon/priv.c
@@ -36,6 +36,7 @@
#include <sys/utsname.h>
#include <sys/ioctl.h>
#include <netinet/if_ether.h>
+#include <limits.h>
#ifdef HAVE_LINUX_CAPABILITIES
#include <sys/capability.h>