mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/import-export/ofx/gnc-ofx-import.c: use <libofx/libofx.h>
instead of "libofx/libofx.h" as it's not part of our system. Fixes a dependency problem in 1.8.6 release. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9304 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6a1b32c6b9
commit
99c8a23ab9
@ -1,3 +1,9 @@
|
||||
2003-09-13 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/import-export/ofx/gnc-ofx-import.c: use <libofx/libofx.h>
|
||||
instead of "libofx/libofx.h" as it's not part of our system.
|
||||
Fixes a dependency problem in 1.8.6 release.
|
||||
|
||||
2003-09-11 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/business/business-core/file/gnc-*.c:
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <libguile.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
#include "libofx/libofx.h"
|
||||
#include <libofx/libofx.h>
|
||||
#include "import-account-matcher.h"
|
||||
#include "import-commodity-matcher.h"
|
||||
#include "import-utilities.h"
|
||||
|
Loading…
Reference in New Issue
Block a user