From 73d88246358d0e4bbd891104a91a72549bcff879 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 25 Aug 2017 23:45:44 +0300 Subject: tests: warning: implicit declaration of function Signed-off-by: Alon Bar-Lev --- tests/hostname-check-utf8.c | 1 + tests/openssl.c | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/hostname-check-utf8.c b/tests/hostname-check-utf8.c index 06ce1b7bdf..1ea2aa1705 100644 --- a/tests/hostname-check-utf8.c +++ b/tests/hostname-check-utf8.c @@ -24,6 +24,7 @@ #include #endif +#include #include #include #include diff --git a/tests/openssl.c b/tests/openssl.c index 483611cfc0..b7a16089a8 100644 --- a/tests/openssl.c +++ b/tests/openssl.c @@ -25,6 +25,7 @@ #endif #include +#include #include "utils.h" -- cgit v1.2.1