diff options
-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> |