SidebarRow: need config.h for HAVE_CLOUDPROVIDERS
authorDaniel Boles <dboles@src.gnome.org>
Sun, 27 Aug 2017 14:31:17 +0000 (15:31 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 27 Aug 2017 14:37:34 +0000 (15:37 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=786123

gtk/gtksidebarrow.c

index d5cd89235395be9b6aacf11d700e2ef80017b9a2..e544af2aea358f9baec000386aaebd9896cec557 100644 (file)
@@ -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