diff options
author | Christian Persch <chpe@gnome.org> | 2007-05-20 00:42:02 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-05-20 00:42:02 +0800 |
commit | 7e5baa77b9fd26b348b158bf9785d8b19b325fa3 (patch) | |
tree | 6924f939b7eebe51bb4cd208d47d683e1753a7e1 | |
parent | abfdc94cfb98635c85848f0fd1886164bb72b475 (diff) | |
download | gsoc2013-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-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/egg/eggtreemultidnd.c | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -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> |