polarssl: add mising string include
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 9 Jun 2015 16:50:08 +0000 (18:50 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 9 Jun 2015 16:52:31 +0000 (18:52 +0200)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
ustream-polarssl.c

index 615ac2d..d334f15 100644 (file)
@@ -20,6 +20,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "ustream-ssl.h"
 #include "ustream-internal.h"