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 678e3c4..efae44c 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 2728e00..b6b7401 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <errno.h>
 #include <stdlib.h>
+#include <string.h>
 #include <libubox/ustream.h>
 
 #include "ustream-ssl.h"