mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
This commit is contained in:
parent
d437f7f556
commit
4d8585bd16
@ -50,6 +50,11 @@
|
||||
#include "gnc-gconf-utils.h"
|
||||
#include "dialog-new-user.h"
|
||||
|
||||
#ifdef HAVE_GETTEXT
|
||||
# include <libintl.h>
|
||||
# include <locale.h>
|
||||
#endif
|
||||
|
||||
/* GNUCASH_SVN is defined whenever we're building from an SVN tree */
|
||||
#ifdef GNUCASH_SVN
|
||||
static int is_development_version = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user