Add #include "config.h" -- there were some complaints about missing ENABLE_NLS

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7898 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2003-01-30 22:46:43 +00:00
parent 11fe8ee187
commit 891889f808

View File

@ -5,6 +5,8 @@
* Copyright (c) 2001 Linux Developers Group, Inc.
*********************************************************************/
#include "config.h"
#include <stdio.h>
#include <guile/gh.h>
#include <glib.h>