summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-06-09 18:50:08 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-06-09 18:52:31 +0200
commitc2d73c22618e8ee444e8d346695eca908ecb72d3 (patch)
tree5453d562515f6816a1a54afac39a30204cde5213
parenta4ca61527236e89eb9efb782fd9bfd04796144e3 (diff)
downloadustream-ssl-c2d73c22618e8ee444e8d346695eca908ecb72d3.tar.gz
polarssl: add mising string include
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r--ustream-polarssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ustream-polarssl.c b/ustream-polarssl.c
index 615ac2d..d334f15 100644
--- a/ustream-polarssl.c
+++ b/ustream-polarssl.c
@@ -20,6 +20,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
+#include <string.h>
#include "ustream-ssl.h"
#include "ustream-internal.h"