From: Felix Fietkau Date: Tue, 25 Mar 2014 15:03:44 +0000 (+0100) Subject: add missing include files X-Git-Url: http://git.openwrt.org/?p=project%2Fustream-ssl.git;a=commitdiff_plain;h=fc0b5ec804ee43c532978dd04ab0509c34baefb0 add missing include files Signed-off-by: Felix Fietkau --- diff --git a/ustream-openssl.c b/ustream-openssl.c index 678e3c4..efae44c 100644 --- a/ustream-openssl.c +++ b/ustream-openssl.c @@ -16,6 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include #include "ustream-ssl.h" diff --git a/ustream-ssl.c b/ustream-ssl.c index 2728e00..b6b7401 100644 --- a/ustream-ssl.c +++ b/ustream-ssl.c @@ -18,6 +18,7 @@ #include #include +#include #include #include "ustream-ssl.h"