From 3fb199c2b8d717d9b45c8d2dc20c5e7038837c54 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 18 Oct 2012 12:26:50 +0100 Subject: [PATCH] Fix an implicit function declaration in a test --- tests/check_signon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check_signon.c b/tests/check_signon.c index e1c2f00..a8284ff 100644 --- a/tests/check_signon.c +++ b/tests/check_signon.c @@ -36,6 +36,7 @@ #include #include #include +#include static GMainLoop *main_loop = NULL; static SignonIdentity *identity = NULL; -- 2.34.1