mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
45a3a02fad
Adding openBMP, a BGP Monitor Protocol collector Approved by: olivier (mentor) Sponsored by: trivago N.V. Differential Revision: https://reviews.freebsd.org/D12378
11 lines
277 B
C++
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>
|