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

11 lines
277 B
C++
Raw Normal View History

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