summaryrefslogtreecommitdiff
path: root/gtk/gtksidebarrow.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-06-17 20:49:57 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-06-17 20:49:57 +0100
commit12c38c1d57dea889441bdfaaf5c438e2a6bbcbf0 (patch)
tree109b5c19fc70a9f5a3e4a3e7b5216058f983325f /gtk/gtksidebarrow.c
parentd243c6d7f9b4eeb9a1f0a25ac8d0a3ce3f6488b6 (diff)
downloadgtk+-12c38c1d57dea889441bdfaaf5c438e2a6bbcbf0.tar.gz
Use the appropriate include for libcloudproviders
Libcloudproviders has a single header entry point, so we shouldn't include a sub-header. Additionally, the include path provided by the pkg-config file is: -I${includedir}/cloudproviders So the include directive should be: #include <cloudproviders.h> The fact that it worked until now was an accident caused by the blanket: -I${includedir} we get for free; it broke the build when using libcloudproviders as a subproject.
Diffstat (limited to 'gtk/gtksidebarrow.c')
-rw-r--r--gtk/gtksidebarrow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksidebarrow.c b/gtk/gtksidebarrow.c
index 0a2749a122..fbd90b66bb 100644
--- a/gtk/gtksidebarrow.c
+++ b/gtk/gtksidebarrow.c
@@ -30,7 +30,7 @@
#include "gtkspinner.h"
#ifdef HAVE_CLOUDPROVIDERS
-#include <cloudproviders/cloudprovidersaccount.h>
+#include <cloudproviders.h>
#endif
struct _GtkSidebarRow