open-lldp: add patch to remove pid_t error
authorLaurent Charpentier <laurent_pubs@yahoo.com>
Mon, 22 Jan 2018 12:09:03 +0000 (13:09 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 6 Feb 2018 15:43:51 +0000 (16:43 +0100)
commit73cbb077be00999494204dd2a408856ff3929cf2
tree51f778aabf1e10d70069ebcb064feb72ac928e99
parent1c08a2d5fd310fb2f5fd03c7c8f534c0db8b8045
open-lldp: add patch to remove pid_t error

Added #include <sys/types.h> to fix unknown type 'pid_t' errors.

This is to fix autobuild failures:
http://autobuild.buildroot.net/results/f7e94ae1c2aa6b3f6567d1f567a66329974834e9
http://autobuild.buildroot.net/results/8a43938d9c0391a846757a54cf5f956b64470865

Signed-off-by: Laurent Charpentier <laurent_pubs@yahoo.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/open-lldp/0004-fixed-unknown-type-pid_t.patch [new file with mode: 0644]