mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
ChangeLog: https://opencpn.org/OpenCPN/about/ver520.html PR: 249195 Submitted by: ml@netfence.it (maintainer)
10 lines
295 B
C++
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
|