diff options
author | Alberto Garcia <agarcia@igalia.com> | 2013-05-24 23:46:11 +0800 |
---|---|---|
committer | Alberto Garcia <agarcia@igalia.com> | 2013-05-24 23:53:33 +0800 |
commit | 991a54e34e5572cc87a3e25e852ac12b3ff00d98 (patch) | |
tree | 47045cc1fbdf8454aac250e1922c415762ee11db /lib/widgets/gd-main-icon-view.c | |
parent | 853db3d57ee4b024c09fc2f765946a94be6345f4 (diff) | |
download | gsoc2013-epiphany-991a54e34e5572cc87a3e25e852ac12b3ff00d98.tar gsoc2013-epiphany-991a54e34e5572cc87a3e25e852ac12b3ff00d98.tar.gz gsoc2013-epiphany-991a54e34e5572cc87a3e25e852ac12b3ff00d98.tar.bz2 gsoc2013-epiphany-991a54e34e5572cc87a3e25e852ac12b3ff00d98.tar.lz gsoc2013-epiphany-991a54e34e5572cc87a3e25e852ac12b3ff00d98.tar.xz gsoc2013-epiphany-991a54e34e5572cc87a3e25e852ac12b3ff00d98.tar.zst gsoc2013-epiphany-991a54e34e5572cc87a3e25e852ac12b3ff00d98.zip |
gd-main-icon-view: include config.h
The files included from here (in particular ephy-overview-store.h)
rely on the definition of HAVE_WEBKIT2 in order to include the correct
WebKit header.
Diffstat (limited to 'lib/widgets/gd-main-icon-view.c')
-rw-r--r-- | lib/widgets/gd-main-icon-view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/gd-main-icon-view.c b/lib/widgets/gd-main-icon-view.c index 06584f7bc..62cbf3a2a 100644 --- a/lib/widgets/gd-main-icon-view.c +++ b/lib/widgets/gd-main-icon-view.c @@ -19,6 +19,8 @@ * */ +#include "config.h" + #include "ephy-overview-store.h" #include "ephy-removable-pixbuf-renderer.h" #include "gd-main-icon-view.h" |