r19289 - gnucash/trunk/src/report/report-system - Fix build failure introduced by r19285 on systems with guile 1.6.

Geert Janssens gjanssens at code.gnucash.org
Thu Jun 24 04:54:38 EDT 2010


Author: gjanssens
Date: 2010-06-24 04:54:38 -0400 (Thu, 24 Jun 2010)
New Revision: 19289
Trac: http://svn.gnucash.org/trac/changeset/19289

Modified:
   gnucash/trunk/src/report/report-system/report-system.i
Log:
Fix build failure introduced by r19285 on systems with guile 1.6.

Modified: gnucash/trunk/src/report/report-system/report-system.i
===================================================================
--- gnucash/trunk/src/report/report-system/report-system.i	2010-06-23 07:24:14 UTC (rev 19288)
+++ gnucash/trunk/src/report/report-system/report-system.i	2010-06-24 08:54:38 UTC (rev 19289)
@@ -3,6 +3,7 @@
 /* Includes the header in the wrapper code */
 #include <config.h>
 #include <gnc-report.h>
+#include <guile-mappings.h>
 
 SCM scm_init_sw_report_system_module (void);
 %}



More information about the gnucash-changes mailing list