From: David King Date: Thu, 18 Oct 2012 11:26:50 +0000 (+0100) Subject: Fix an implicit function declaration in a test X-Git-Tag: 1.8~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fb199c2b8d717d9b45c8d2dc20c5e7038837c54;p=platform%2Fupstream%2Flibgsignon-glib.git Fix an implicit function declaration in a test --- 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;