Add include config.h that was missing in g-wrap wrapper.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14814 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2006-09-07 11:55:52 +00:00
parent 96a8790a69
commit 524e1e5182

View File

@ -34,6 +34,7 @@
ws
(lambda (wrapset client-wrapset)
(list
"#include <config.h>\n"
"#include <gncAddress.h>\n"
"#include <gncBillTerm.h>\n"
"#include <gncCustomer.h>\n"