diff --git a/ChangeLog b/ChangeLog index c0e7c5a2f7..570535a378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-22 Derek Atkins + + * src/gnome/gnc-plugin-page-register.c: + include gtk-compat.h so we build against gtk-2.4. + 2006-02-22 David Hampton * src/gtk-compat.h: diff --git a/src/gnome/gnc-plugin-page-register.c b/src/gnome/gnc-plugin-page-register.c index f0fd66afe9..ccca9a7caa 100644 --- a/src/gnome/gnc-plugin-page-register.c +++ b/src/gnome/gnc-plugin-page-register.c @@ -73,6 +73,7 @@ #include "window-reconcile.h" #include "window-report.h" +#include "gtk-compat.h" /* This static indicates the debugging module that this .o belongs to. */ static QofLogModule log_module = GNC_MOD_GUI;