From 4d8585bd169d5e4ae6d0613610dc80dfdbe253c9 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 8 Sep 2006 11:02:23 +0000 Subject: [PATCH] Add includes that had been included by the obsolete i18n.h header git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14823 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/bin/gnucash-bin.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/gnucash-bin.c b/src/bin/gnucash-bin.c index 12e5251971..8cbf62cdb0 100644 --- a/src/bin/gnucash-bin.c +++ b/src/bin/gnucash-bin.c @@ -50,6 +50,11 @@ #include "gnc-gconf-utils.h" #include "dialog-new-user.h" +#ifdef HAVE_GETTEXT +# include +# include +#endif + /* GNUCASH_SVN is defined whenever we're building from an SVN tree */ #ifdef GNUCASH_SVN static int is_development_version = TRUE;