summaryrefslogtreecommitdiff
path: root/net-libs/ntirpc/files/ntirpc-5.0-include-assert.h.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-28 16:02:54 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-28 16:02:54 +0100
commita5509b9be1fe380ed210b8279d996e1f1b03017a (patch)
tree919df4b099c0e64e330833ddb01b17216b9cfc40 /net-libs/ntirpc/files/ntirpc-5.0-include-assert.h.patch
parent9967860c0cd26c0940ee4b9ab6698e00e5b1260a (diff)
gentoo auto-resync : 28:08:2023 - 16:02:54
Diffstat (limited to 'net-libs/ntirpc/files/ntirpc-5.0-include-assert.h.patch')
-rw-r--r--net-libs/ntirpc/files/ntirpc-5.0-include-assert.h.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-libs/ntirpc/files/ntirpc-5.0-include-assert.h.patch b/net-libs/ntirpc/files/ntirpc-5.0-include-assert.h.patch
new file mode 100644
index 000000000000..ad52bbcda007
--- /dev/null
+++ b/net-libs/ntirpc/files/ntirpc-5.0-include-assert.h.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/902995
+
+--- a/src/work_pool.c
++++ b/src/work_pool.c
+@@ -39,6 +39,7 @@
+
+ #include "config.h"
+
++#include <assert.h>
+ #include <sys/types.h>
+ #if !defined(_WIN32)
+ #include <netinet/in.h>