[gnome-initial-setup/mcatanzaro/rest] account: fix build after removal of rest/oauth-proxy.h
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup/mcatanzaro/rest] account: fix build after removal of rest/oauth-proxy.h
- Date: Wed, 22 Jun 2022 21:56:03 +0000 (UTC)
commit ec369a99ef43ac4de2a75889de0cf1d7d93ea0d1
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Wed Jun 22 16:55:20 2022 -0500
account: fix build after removal of rest/oauth-proxy.h
librest has removed its OAuth 1 support. This is OK, because we do not
use it. We're just including the wrong header.
gnome-initial-setup/pages/account/gis-account-page-local.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page-local.c
b/gnome-initial-setup/pages/account/gis-account-page-local.c
index c858c608..01c9f2b5 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-local.c
+++ b/gnome-initial-setup/pages/account/gis-account-page-local.c
@@ -38,7 +38,7 @@
#define GOA_API_IS_SUBJECT_TO_CHANGE
#include <goa/goa.h>
-#include <rest/oauth-proxy.h>
+#include <rest/rest.h>
#include <json-glib/json-glib.h>
#define VALIDATION_TIMEOUT 600
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]