aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-05-20 00:42:02 +0800
committerChristian Persch <chpe@src.gnome.org>2007-05-20 00:42:02 +0800
commit7e5baa77b9fd26b348b158bf9785d8b19b325fa3 (patch)
tree6924f939b7eebe51bb4cd208d47d683e1753a7e1
parentabfdc94cfb98635c85848f0fd1886164bb72b475 (diff)
downloadgsoc2013-epiphany-7e5baa77b9fd26b348b158bf9785d8b19b325fa3.tar
gsoc2013-epiphany-7e5baa77b9fd26b348b158bf9785d8b19b325fa3.tar.gz
gsoc2013-epiphany-7e5baa77b9fd26b348b158bf9785d8b19b325fa3.tar.bz2
gsoc2013-epiphany-7e5baa77b9fd26b348b158bf9785d8b19b325fa3.tar.lz
gsoc2013-epiphany-7e5baa77b9fd26b348b158bf9785d8b19b325fa3.tar.xz
gsoc2013-epiphany-7e5baa77b9fd26b348b158bf9785d8b19b325fa3.tar.zst
gsoc2013-epiphany-7e5baa77b9fd26b348b158bf9785d8b19b325fa3.zip
Include config.h.
2007-05-19 Christian Persch <chpe@gnome.org> * lib/egg/eggtreemultidnd.c: Include config.h. svn path=/trunk/; revision=7034
-rw-r--r--ChangeLog6
-rw-r--r--lib/egg/eggtreemultidnd.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bae2cf11..08565c770 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-05-19 Christian Persch <chpe@gnome.org>
+ * lib/egg/eggtreemultidnd.c:
+
+ Include config.h.
+
+2007-05-19 Christian Persch <chpe@gnome.org>
+
* src/ephy-statusbar.c:
Make this comment accurate.
diff --git a/lib/egg/eggtreemultidnd.c b/lib/egg/eggtreemultidnd.c
index fc56303ae..f849b10f7 100644
--- a/lib/egg/eggtreemultidnd.c
+++ b/lib/egg/eggtreemultidnd.c
@@ -17,6 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtktreeselection.h>
#include <gtk/gtksignal.h>