summaryrefslogtreecommitdiff
path: root/rest/rest-oauth2-proxy-call.h
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-08-09 11:16:39 +0200
committerCorentin Noël <corentin.noel@collabora.com>2022-08-09 11:43:42 +0200
commitb55a7aad46554658916e57c28e024fa34e0b1e82 (patch)
tree130ffb56ab5e8184e543e23a1dce25f0d45c8ec9 /rest/rest-oauth2-proxy-call.h
parentc7d7f8e8fed38fee172d46705f50118ec9549fe1 (diff)
downloadlibrest-b55a7aad46554658916e57c28e024fa34e0b1e82.tar.gz
Make the single-header usable
The pkg-config is only declaring the rest-1.0 directory so we always need to use rest/rest-foo.h and not rest-foo.h Also make sure to include all the headers.
Diffstat (limited to 'rest/rest-oauth2-proxy-call.h')
-rw-r--r--rest/rest-oauth2-proxy-call.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rest/rest-oauth2-proxy-call.h b/rest/rest-oauth2-proxy-call.h
index 799157d..3da126d 100644
--- a/rest/rest-oauth2-proxy-call.h
+++ b/rest/rest-oauth2-proxy-call.h
@@ -18,7 +18,8 @@
#pragma once
-#include <rest/rest.h>
+#include <glib-object.h>
+#include <rest/rest-proxy-call.h>
G_BEGIN_DECLS