summaryrefslogtreecommitdiff
path: root/net-libs/libflowmanager/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-03 16:17:22 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-03 16:17:22 +0000
commit4cd2370bed609c118b6edfde5d3f116e5c35b897 (patch)
treeec58f2c41f49754e41521d5ebc9dce4597ddd0a5 /net-libs/libflowmanager/files
parentf443475c824b4b5c086e6d040961cb35ad81bc60 (diff)
gentoo resync : 03.12.2017
Diffstat (limited to 'net-libs/libflowmanager/files')
-rw-r--r--net-libs/libflowmanager/files/libflowmanager-3.0.0-stdint_h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-libs/libflowmanager/files/libflowmanager-3.0.0-stdint_h.patch b/net-libs/libflowmanager/files/libflowmanager-3.0.0-stdint_h.patch
new file mode 100644
index 000000000000..a82d116f5c50
--- /dev/null
+++ b/net-libs/libflowmanager/files/libflowmanager-3.0.0-stdint_h.patch
@@ -0,0 +1,10 @@
+--- a/lib/tcp_reorder.c
++++ b/lib/tcp_reorder.c
+@@ -47,6 +47,7 @@
+ */
+
+ #include <stdlib.h>
++#include <stdint.h> /* UINT32_MAX */
+ #include <assert.h>
+ #include <stdio.h>
+ #include <libtrace.h>