From f739c652b3b9a2aff8978a342a7f059febdb40dc Mon Sep 17 00:00:00 2001 From: Maciek Borzecki Date: Sun, 18 Jun 2017 22:38:56 +0200 Subject: [PATCH] test: fix implicit declaration of g_remove() --- test/mconn-crypt-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mconn-crypt-test.c b/test/mconn-crypt-test.c index 65cb5c5..c6c7b0a 100644 --- a/test/mconn-crypt-test.c +++ b/test/mconn-crypt-test.c @@ -18,6 +18,7 @@ * Maciek Borzecki */ #include +#include #include "mconn-crypt.h" static void test_simple(void)