Blame SOURCES/0001-oauth-Add-missing-include.patch

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