summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-03-21 16:01:44 +0100
committerDavid Seifert <soap@gentoo.org>2020-03-21 16:01:44 +0100
commitaf066c6b63a89f834a736181d7c892ebc453fecd (patch)
treef51724184a798740d680f2ddb16da9e55306c3df /net-p2p/ctorrent/files
parentnet-firewall/firewalld: fix ipset path (diff)
downloadgentoo-af066c6b63a89f834a736181d7c892ebc453fecd.tar.gz
gentoo-af066c6b63a89f834a736181d7c892ebc453fecd.tar.bz2
gentoo-af066c6b63a89f834a736181d7c892ebc453fecd.zip
net-p2p/ctorrent: Add missing <sys/types.h> include
Closes: https://bugs.gentoo.org/713752 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-p2p/ctorrent/files')
-rw-r--r--net-p2p/ctorrent/files/ctorrent-3.3.2-sys-types_h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/ctorrent/files/ctorrent-3.3.2-sys-types_h.patch b/net-p2p/ctorrent/files/ctorrent-3.3.2-sys-types_h.patch
new file mode 100644
index 000000000000..bf93cb2a3bb3
--- /dev/null
+++ b/net-p2p/ctorrent/files/ctorrent-3.3.2-sys-types_h.patch
@@ -0,0 +1,11 @@
+--- a/compat.c
++++ b/compat.c
+@@ -8,6 +8,8 @@
+ #include <sys/param.h>
+ #endif
+
++#include <sys/types.h>
++
+ #include "compat.h"
+
+ #ifndef HAVE_CLOCK_GETTIME