From b55a7aad46554658916e57c28e024fa34e0b1e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Tue, 9 Aug 2022 11:16:39 +0200 Subject: 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. --- rest/rest-oauth2-proxy-call.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rest/rest-oauth2-proxy-call.c') diff --git a/rest/rest-oauth2-proxy-call.c b/rest/rest-oauth2-proxy-call.c index 88840b3..cfed247 100644 --- a/rest/rest-oauth2-proxy-call.c +++ b/rest/rest-oauth2-proxy-call.c @@ -17,6 +17,7 @@ */ #include "rest-oauth2-proxy-call.h" +#include "rest-oauth2-proxy.h" G_DEFINE_TYPE (RestOAuth2ProxyCall, rest_oauth2_proxy_call, REST_TYPE_PROXY_CALL) -- cgit v1.2.1