mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
Fix build breakage with --enable-locale-specific-tax
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15931 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#ifdef LOCALE_SPECIFIC_TAX
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
#endif // LOCALE_SPECIFIC_TAX
|
||||
#include <gmodule.h>
|
||||
#include <libguile.h>
|
||||
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#ifdef LOCALE_SPECIFIC_TAX
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
#endif // LOCALE_SPECIFIC_TAX
|
||||
#include <gmodule.h>
|
||||
#include <libguile.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user