[librest] rest: correct includepath of header



commit 0fcdbbe35db2b6f16752050480cfcfa84cfe3c74
Author: Günther Wagner <info gunibert de>
Date:   Thu Jan 13 18:20:38 2022 +0100

    rest: correct includepath of header

 rest/rest-oauth2-proxy-call.h | 4 ++--
 1 file 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]