mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
Adding openBMP, a BGP Monitor Protocol collector Approved by: olivier (mentor) Sponsored by: trivago N.V. Differential Revision: https://reviews.freebsd.org/D12378
17 lines
417 B
C++
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
|
|
+}
|