ports/astro/opencpn/files/patch-libs_easywsclient_easywsclient.cpp
Fernando Apesteguía e4455116af astro/opencpn: Update to 5.2.0
ChangeLog: https://opencpn.org/OpenCPN/about/ver520.html

PR:	249195
Submitted by:	ml@netfence.it (maintainer)
2020-09-09 07:53:09 +00:00

10 lines
295 B
C++

--- libs/easywsclient/easywsclient.cpp.orig 2020-07-15 18:02:29 UTC
+++ libs/easywsclient/easywsclient.cpp
@@ -56,6 +56,7 @@
#include <unistd.h>
#include <stdint.h>
#include <netinet/tcp.h>
+ #include <netinet/in.h>
#include <arpa/inet.h>
#ifndef _SOCKET_T_DEFINED