From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- sys-libs/tevent/files/tevent-0.11.0-missing-include.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sys-libs/tevent/files/tevent-0.11.0-missing-include.patch (limited to 'sys-libs/tevent/files') diff --git a/sys-libs/tevent/files/tevent-0.11.0-missing-include.patch b/sys-libs/tevent/files/tevent-0.11.0-missing-include.patch new file mode 100644 index 000000000000..c88550e54e64 --- /dev/null +++ b/sys-libs/tevent/files/tevent-0.11.0-missing-include.patch @@ -0,0 +1,13 @@ +pid_t requires +Bug: https://bugs.gentoo.org/828720 + +--- a/tevent.h ++++ b/tevent.h +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + + /* for old gcc releases that don't have the feature test macro __has_attribute */ -- cgit v1.2.3