From 6ca28d96bfd701608695a40dfad682b16d5026aa Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 16 May 2019 22:21:15 -0700 Subject: [PATCH] Linux build fix: strncpy needs --- ixwebsocket/libwshandshake.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ixwebsocket/libwshandshake.hpp b/ixwebsocket/libwshandshake.hpp index fbe098b5..c048e38b 100644 --- a/ixwebsocket/libwshandshake.hpp +++ b/ixwebsocket/libwshandshake.hpp @@ -21,6 +21,7 @@ #include #include #include +#include class WebSocketHandshakeKeyGen { template