diff --git a/src/import-export/csv/gnc-csv-model.c b/src/import-export/csv/gnc-csv-model.c index 0226b8aaf4..45529e4e4d 100644 --- a/src/import-export/csv/gnc-csv-model.c +++ b/src/import-export/csv/gnc-csv-model.c @@ -3,6 +3,13 @@ #include "gnc-book.h" #include + +#include +#if (GO_VERSION_EPOCH == 0) && (GO_VERSION_MAJOR == 7) && (GO_VERSION_MINOR == 8) +/* For libgoffice-0.7.8, disable its internal inclusion of + so to avoid clashing symbol definitions with */ +# define GO_REGUTF8_H +#endif #include #include