From 5cd8bdf5a19b04fa52d3bfadd67aa190d28c3495 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 23 Feb 2006 01:35:25 +0000 Subject: [PATCH] include gtk-compat.h so we build against gtk-2.4. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13365 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ src/gnome/gnc-plugin-page-register.c | 1 + 2 files changed, 6 insertions(+) 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;