[gtk+/gtk-3-22] SidebarRow: need config.h for HAVE_CLOUDPROVIDERS



commit 53e0bd91e64366d2ac750f376adf909f87fe80c0
Author: Daniel Boles <dboles src gnome org>
Date:   Sun Aug 27 15:31:17 2017 +0100

    SidebarRow: need config.h for HAVE_CLOUDPROVIDERS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786123

 gtk/gtksidebarrow.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtksidebarrow.c b/gtk/gtksidebarrow.c
index d5cd892..e544af2 100644
--- a/gtk/gtksidebarrow.c
+++ b/gtk/gtksidebarrow.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#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 <cloudproviders/cloudproviderproxy.h>
 #endif


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