Re: ib - r31610 - in abiword/trunk/src: af/gr/xp text/ptbl/xp wp/ap/xp wp/impexp/xp
Prashant Bafna <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <CAGWtQ3KA6PrxnDp8ZKjKvb0kwQyXJAs_=Ox4sv1be8Rs6k+6fA@mail.gmail.com> |
Hi, There are 2 more fatal errors in the Windows build introduced because of this revision : 1>..\..\src\text\ptbl\xp\pt_PT_Styles.cpp(22) : fatal error C1083: Cannot open include file: 'config.h': No such file or directory 1>..\..\src\text\ptbl\xp\pt_PT_Styles.cpp(22) : fatal error C1083: Cannot open include file: 'config.h': No such file or directory I think config.h should be included as #ifdef HAVE_CONFIG_H #include "config.h" #endif as it is everywhere else. Thanks, Prashant > Author: ib > Date: 2012-07-30 20:03:42 +0200 (Mon, 30 Jul 2012) > New Revision: 31610 > > Modified: abiword/trunk/src/text/ptbl/xp/pt_PT_Styles.cpp > =================================================================== > --- abiword/trunk/src/text/ptbl/xp/pt_PT_Styles.cpp 2012-07-30 16:59:17 UTC (rev 31609) > +++ abiword/trunk/src/text/ptbl/xp/pt_PT_Styles.cpp 2012-07-30 18:03:42 UTC (rev 31610) > @@ -19,6 +19,7 @@ > * 02111-1307, USA. > */ > > +#include "config.h" > #include "ut_locale.h" > > Modified: abiword/trunk/src/wp/ap/xp/ap_Dialog_Lists.cpp > =================================================================== > --- abiword/trunk/src/wp/ap/xp/ap_Dialog_Lists.cpp 2012-07-30 16:59:17 UTC (rev 31609) > +++ abiword/trunk/src/wp/ap/xp/ap_Dialog_Lists.cpp 2012-07-30 18:03:42 UTC (rev 31610) > @@ -21,6 +21,8 @@ > #include <stdio.h> > #include <string.h> > > +#include "config.h" > +