mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
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.
This commit is contained in:
parent
d243c6d7f9
commit
12c38c1d57
@ -30,7 +30,7 @@
|
||||
#include "gtkspinner.h"
|
||||
|
||||
#ifdef HAVE_CLOUDPROVIDERS
|
||||
#include <cloudproviders/cloudprovidersaccount.h>
|
||||
#include <cloudproviders.h>
|
||||
#endif
|
||||
|
||||
struct _GtkSidebarRow
|
||||
|
Loading…
Reference in New Issue
Block a user