ports/devel/amqp-cpp/files/patch-src_linux__tcp_includes.h
Kirill Ponomarev 9e2dfbebe1 AMQP-CPP is a C++ library for communicating with a RabbitMQ message
broker.

Submitted by:	aleksandr.fedorov at vstack_dot_com
2019-04-24 09:25:47 +00:00

10 lines
244 B
C

--- src/linux_tcp/includes.h.orig 2019-04-24 08:29:32 UTC
+++ src/linux_tcp/includes.h
@@ -14,6 +14,7 @@
#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
+#include <netinet/in.h>
#include <netinet/tcp.h>
// utility classes