diff options
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> |