diff --git a/ChangeLog b/ChangeLog index 9c6ec8e986..66dc897365 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-09-13 Derek Atkins + + * src/import-export/ofx/gnc-ofx-import.c: use + 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 * src/business/business-core/file/gnc-*.c: diff --git a/src/import-export/ofx/gnc-ofx-import.c b/src/import-export/ofx/gnc-ofx-import.c index 4dfea19f31..f061441e80 100644 --- a/src/import-export/ofx/gnc-ofx-import.c +++ b/src/import-export/ofx/gnc-ofx-import.c @@ -35,7 +35,7 @@ #include #include -#include "libofx/libofx.h" +#include #include "import-account-matcher.h" #include "import-commodity-matcher.h" #include "import-utilities.h"