diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2021-03-19 18:59:51 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2021-03-19 18:59:51 +0000 |
commit | 5a78b25b7ba610de2c07ada967bdfca3487ccabe (patch) | |
tree | c36ce2c09ed6866e5bd1319ab076bb049b51e8cf /net/haproxy17/files | |
parent | sysutils/3mux: Update to 1.1.0 (diff) |
Update to version 1.7.13.
Diffstat (limited to 'net/haproxy17/files')
-rw-r--r-- | net/haproxy17/files/patch-ebtree-ebtree.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/haproxy17/files/patch-ebtree-ebtree.h b/net/haproxy17/files/patch-ebtree-ebtree.h new file mode 100644 index 000000000000..4f5d4a03c32e --- /dev/null +++ b/net/haproxy17/files/patch-ebtree-ebtree.h @@ -0,0 +1,10 @@ +--- ebtree/ebtree.h.orig 2021-03-19 17:56:33.131201000 +0000 ++++ ebtree/ebtree.h 2021-03-19 17:54:50.584874000 +0000 +@@ -247,6 +247,7 @@ + #define _EBTREE_H + + #include <stdlib.h> ++#include <unistd.h> + #include "compiler.h" + + static inline int flsnz8_generic(unsigned int x) |