projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b170552
)
SidebarRow: need config.h for HAVE_CLOUDPROVIDERS
author
Daniel Boles
<dboles@src.gnome.org>
Sun, 27 Aug 2017 14:31:17 +0000
(15:31 +0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/gtk/gtksidebarrow.c
b/gtk/gtksidebarrow.c
index d5cd89235395be9b6aacf11d700e2ef80017b9a2..e544af2aea358f9baec000386aaebd9896cec557 100644
(file)
--- 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