From: Jo-Philipp Wich Date: Tue, 9 Jun 2015 16:50:08 +0000 (+0200) Subject: polarssl: add mising string include X-Git-Url: http://git.openwrt.org/?p=project%2Fustream-ssl.git;a=commitdiff_plain;h=c2d73c22618e8ee444e8d346695eca908ecb72d3 polarssl: add mising string include Signed-off-by: Jo-Philipp Wich --- 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 #include #include +#include #include "ustream-ssl.h" #include "ustream-internal.h"