aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nomp/fix-include.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-09 18:06:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-09 18:06:27 +0000
commit8fb6f6ed887728378ace62b3f1f3e6c3569f0659 (patch)
tree865a66a9eebca82c4193dfbc78cc7d02463cdd85 /testing/nomp/fix-include.patch
parentd3a15068479b3981e3b389791f4ea128853118bd (diff)
downloadaports-8fb6f6ed887728378ace62b3f1f3e6c3569f0659.tar.bz2
aports-8fb6f6ed887728378ace62b3f1f3e6c3569f0659.tar.xz
testing/nomp: build fix. add missing include
Diffstat (limited to 'testing/nomp/fix-include.patch')
-rw-r--r--testing/nomp/fix-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/nomp/fix-include.patch b/testing/nomp/fix-include.patch
new file mode 100644
index 0000000000..2c030f0ee1
--- /dev/null
+++ b/testing/nomp/fix-include.patch
@@ -0,0 +1,10 @@
+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),