From: Daniel Boles Date: Sun, 27 Aug 2017 14:31:17 +0000 (+0100) Subject: SidebarRow: need config.h for HAVE_CLOUDPROVIDERS X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~311 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=53e0bd91e64366d2ac750f376adf909f87fe80c0;p=gtk%2B3.0.git SidebarRow: need config.h for HAVE_CLOUDPROVIDERS https://bugzilla.gnome.org/show_bug.cgi?id=786123 --- diff --git a/gtk/gtksidebarrow.c b/gtk/gtksidebarrow.c index d5cd892353..e544af2aea 100644 --- a/gtk/gtksidebarrow.c +++ b/gtk/gtksidebarrow.c @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#include "config.h" + #include "gtksidebarrowprivate.h" /* For section and place type enums */ #include "gtkplacessidebarprivate.h" @@ -26,6 +28,7 @@ #include "gtkstylecontext.h" #include "gtkrevealer.h" #include "gtkselection.h" + #ifdef HAVE_CLOUDPROVIDERS #include #endif