ports/net-mgmt/openbmp/files/patch-Server_src_kafka_KafkaTopicSelector.cpp
Luca Pizzamiglio 45a3a02fad net-mgmt/openbmp: new port
Adding openBMP, a BGP Monitor Protocol collector

Approved by:	olivier (mentor)
Sponsored by:	trivago N.V.
Differential Revision:	https://reviews.freebsd.org/D12378
2017-09-15 14:17:03 +00:00

17 lines
417 B
C++

--- 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
+}