From 2fefd9b29269722094d7cd25aae06e5964f01189 Mon Sep 17 00:00:00 2001 From: Mike Sullivan Date: Mon, 25 Mar 2019 13:03:36 +0000 Subject: testing/lldpd: fix ppc64le build break defining PATH_MAX --- testing/lldpd/fix-ppc64le-pathmax.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/lldpd/fix-ppc64le-pathmax.patch (limited to 'testing/lldpd/fix-ppc64le-pathmax.patch') diff --git a/testing/lldpd/fix-ppc64le-pathmax.patch b/testing/lldpd/fix-ppc64le-pathmax.patch new file mode 100644 index 0000000000..0fe0f095f5 --- /dev/null +++ b/testing/lldpd/fix-ppc64le-pathmax.patch @@ -0,0 +1,10 @@ +--- a/src/daemon/priv.c ++++ b/src/daemon/priv.c +@@ -36,6 +36,7 @@ + #include + #include + #include ++#include + + #ifdef HAVE_LINUX_CAPABILITIES + #include -- cgit v1.2.1