From: David Seifert Date: Sun, 23 Jan 2022 14:34:57 +0000 (+0100) Subject: tevent: add missing `#include ` X-Git-Tag: tevent-0.12.0~786 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6509715c037bd63fad77eb8e96647d89e61bc44c;p=thirdparty%2Fsamba.git tevent: add missing `#include ` The following functions use `pid_t` in their interface: * `tevent_req_profile_get_status` * `tevent_req_profile_set_status` BUG: https://bugs.gentoo.org/828720 Signed-off-by: David Seifert Reviewed-by: Volker Lendecke Reviewed-by: Andreas Schneider Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Thu Feb 3 13:18:29 UTC 2022 on sn-devel-184 --- diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index aaa5a068c55..2d1863d7c6e 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/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 */