diff options
Diffstat (limited to 'www/librest07/patches/patch-rest_oauth-proxy-call.c')
-rw-r--r-- | www/librest07/patches/patch-rest_oauth-proxy-call.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/librest07/patches/patch-rest_oauth-proxy-call.c b/www/librest07/patches/patch-rest_oauth-proxy-call.c new file mode 100644 index 00000000000..e6ff9d6d97a --- /dev/null +++ b/www/librest07/patches/patch-rest_oauth-proxy-call.c @@ -0,0 +1,17 @@ +$NetBSD: patch-rest_oauth-proxy-call.c,v 1.1 2014/12/06 07:41:16 obache Exp $ + +oauth: Add missing include +This fixes a compilation warning about a missing prototype. + +https://git.gnome.org/browse/librest/commit/?id=b50ace7738ea03817acdad87fb2b338a86018329 + +--- rest/oauth-proxy-call.c.orig 2014-09-03 08:29:14.000000000 +0000 ++++ rest/oauth-proxy-call.c +@@ -25,6 +25,7 @@ + #include <rest/rest-proxy-call.h> + #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) |