From b50ace7738ea03817acdad87fb2b338a86018329 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 3 Sep 2014 11:31:49 +0200 Subject: [PATCH 2/3] oauth: Add missing include This fixes a compilation warning about a missing prototype. --- rest/oauth-proxy-call.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rest/oauth-proxy-call.c b/rest/oauth-proxy-call.c index dce2c66..ab77b1a 100644 --- a/rest/oauth-proxy-call.c +++ b/rest/oauth-proxy-call.c @@ -25,6 +25,7 @@ #include #include "oauth-proxy-call.h" #include "oauth-proxy-private.h" +#include "rest-proxy-call-private.h" #include "sha1.h" G_DEFINE_TYPE (OAuthProxyCall, oauth_proxy_call, REST_TYPE_PROXY_CALL) -- 2.3.1