blob: a3dda3f6b369e3e8bd8210ff4785f12e2c48bbdd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Server/src/kafka/KafkaTopicSelector.cpp.orig 2017-09-14 09:36:00 UTC
+++ Server/src/kafka/KafkaTopicSelector.cpp
@@ -8,6 +8,7 @@
*/
#include <arpa/inet.h>
+#include <sys/socket.h>
#include <boost/algorithm/string/replace.hpp>
#include "KafkaTopicSelector.h"
@@ -439,4 +440,4 @@ void KafkaTopicSelector::freeTopicMap() {
it->second = NULL;
}
}
-}
\ No newline at end of file
+}
|