diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 03:18:31 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 03:18:31 +0800 |
commit | 282547494197ff2750eb98eb8c75f8f5ff7a196c (patch) | |
tree | 11bd33aa121a90f52ab1d293b7767f3d64898601 /lib/ephy-gui.c | |
parent | e8cd46c348bce4fb638c3e37008882443cb29533 (diff) | |
download | gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.gz gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.bz2 gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.lz gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.xz gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.zst gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.zip |
Do not do single includes in lib/egg/, bug #536090
svn path=/trunk/; revision=8271
Diffstat (limited to 'lib/ephy-gui.c')
-rw-r--r-- | lib/ephy-gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c index 0e63c7d99..861d879fa 100644 --- a/lib/ephy-gui.c +++ b/lib/ephy-gui.c @@ -29,6 +29,7 @@ #include <string.h> #include <glib/gi18n.h> #include <gdk/gdk.h> +#include <gdk/gdkx.h> #include <gtk/gtk.h> #include <libgnome/gnome-help.h> |