diff options
author | Günther Wagner <info@gunibert.de> | 2022-01-13 18:20:38 +0100 |
---|---|---|
committer | Günther Wagner <info@gunibert.de> | 2022-01-13 18:20:38 +0100 |
commit | 0fcdbbe35db2b6f16752050480cfcfa84cfe3c74 (patch) | |
tree | 6b07e7291c32c592dc488aee61e9154826d9c298 /rest/rest-oauth2-proxy-call.h | |
parent | 6077c5b7c3522f18e294419ce1da0aadbefd004a (diff) | |
download | librest-0fcdbbe35db2b6f16752050480cfcfa84cfe3c74.tar.gz |
rest: correct includepath of header
Diffstat (limited to 'rest/rest-oauth2-proxy-call.h')
-rw-r--r-- | rest/rest-oauth2-proxy-call.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rest/rest-oauth2-proxy-call.h b/rest/rest-oauth2-proxy-call.h index fafc61f..799157d 100644 --- a/rest/rest-oauth2-proxy-call.h +++ b/rest/rest-oauth2-proxy-call.h @@ -1,6 +1,6 @@ /* rest-oauth2-proxy-call.h * - * Copyright 2021 Günther Wagner <info@gunibert.de> + * Copyright 2021-2022 Günther Wagner <info@gunibert.de> * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU Lesser General Public License, @@ -18,7 +18,7 @@ #pragma once -#include <rest.h> +#include <rest/rest.h> G_BEGIN_DECLS |