summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-09-03 11:31:49 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-09-03 11:31:49 +0200
commitb50ace7738ea03817acdad87fb2b338a86018329 (patch)
tree148752de1b96e3feeb713b483a24eea46ce40c5f
parent167019b02c325b6a63508cfa4e4dbb08a6a3f398 (diff)
downloadlibrest-b50ace7738ea03817acdad87fb2b338a86018329.tar.gz
oauth: Add missing include
This fixes a compilation warning about a missing prototype.
-rw-r--r--rest/oauth-proxy-call.c1
1 files changed, 1 insertions, 0 deletions
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 <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)