add missing include files
authorFelix Fietkau <nbd@openwrt.org>
Tue, 25 Mar 2014 15:03:44 +0000 (16:03 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 25 Mar 2014 15:03:44 +0000 (16:03 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
ustream-openssl.c
ustream-ssl.c

index 678e3c43c20f6d6556d91b1439e7b0b3de35302b..efae44c28dd035022a5a3d783426191455636c1d 100644 (file)
@@ -16,6 +16,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <string.h>
 #include <ctype.h>
 #include <openssl/x509v3.h>
 #include "ustream-ssl.h"
index 2728e00b5b9e0dd82984a058b3ed8b608a001cea..b6b74017e90f4e480a68c6e787dad27cae714609 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <errno.h>
 #include <stdlib.h>
+#include <string.h>
 #include <libubox/ustream.h>
 
 #include "ustream-ssl.h"