diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-09-03 11:31:49 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-09-03 11:31:49 +0200 |
commit | b50ace7738ea03817acdad87fb2b338a86018329 (patch) | |
tree | 148752de1b96e3feeb713b483a24eea46ce40c5f | |
parent | 167019b02c325b6a63508cfa4e4dbb08a6a3f398 (diff) |
This fixes a compilation warning about a missing prototype.
-rw-r--r-- | rest/oauth-proxy-call.c | 1 |
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) |