diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-14 16:27:45 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-14 16:27:45 +0000 |
| commit | 73ecf0cde0818a7dc0c11f6b3ad2237d72098825 (patch) | |
| tree | 93ec0f53820d3b44688e33b035884300fb3e0f88 /databases/tarantool/files/patch-src-say.c | |
| parent | Fix configure with openssl 1.1.1 (diff) | |
Update to 1.10.2
Changes: https://github.com/tarantool/tarantool/releases
Diffstat (limited to 'databases/tarantool/files/patch-src-say.c')
| -rw-r--r-- | databases/tarantool/files/patch-src-say.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/tarantool/files/patch-src-say.c b/databases/tarantool/files/patch-src-say.c new file mode 100644 index 000000000000..93b45b0ffd35 --- /dev/null +++ b/databases/tarantool/files/patch-src-say.c @@ -0,0 +1,10 @@ +--- src/say.c.orig 2018-10-12 19:53:35 UTC ++++ src/say.c +@@ -37,6 +37,7 @@ + #include <stdio.h> + #include <string.h> + #include <netdb.h> ++#include <netinet/in.h> + #include <sys/types.h> + #include <unistd.h> + #include <fcntl.h> |
