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
This commit is contained in:
Derek Atkins 2006-02-23 01:35:25 +00:00
parent fa9f8dea28
commit 5cd8bdf5a1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-02-22 Derek Atkins <derek@ihtfp.com>
* src/gnome/gnc-plugin-page-register.c:
include gtk-compat.h so we build against gtk-2.4.
2006-02-22 David Hampton <hampton@employees.org>
* src/gtk-compat.h:

View File

@ -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;