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:
Joshua Sled
2007-04-19 00:58:30 +00:00
parent 1f07529e86
commit abd55f7ddc
2 changed files with 8 additions and 0 deletions
@@ -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>
+4
View File
@@ -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>