1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net-mgmt/openbmp/files/patch-Server_src_Config.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

11 lines
277 B
C++

--- Server/src/Config.cpp.orig 2017-09-14 09:34:05 UTC
+++ Server/src/Config.cpp
@@ -15,6 +15,7 @@
#include <unistd.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
#include <yaml-cpp/yaml.h>
#include <boost/xpressive/xpressive.hpp>
#include <boost/exception/all.hpp>