1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 01:35:13 +03:00
aports/testing/nomp/fix-include.patch
2018-11-09 18:06:27 +00:00

10 lines
245 B
Diff

diff --git a/src/ssl_socket.cc b/src/ssl_socket.cc
index 2e18c99..b1aa611 100644
--- a/src/ssl_socket.cc
+++ b/src/ssl_socket.cc
@@ -1,4 +1,5 @@
#include "ssl_socket.h"
+#include <string.h>
SSL_socket::SSL_socket() :
is_started(false),