blob: 301779ffe7e30f145aa5ad4b1737f33ff2f09763 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed
--- src/lib/swim/swim_io.h.orig
+++ src/lib/swim/swim_io.h
@@ -37,6 +37,7 @@
#include "tarantool_ev.h"
#include <stdbool.h>
#include <arpa/inet.h>
+#include <netinet/in.h>
/**
* SWIM protocol transport level.
|