Fix compile error with gcc 4.5.3 when using the included mythes library:

../../src/support/mythes/mythes.hxx:25:9: error: `FILE' does not name a type
../../src/support/mythes/mythes.hxx:55:22: error: `FILE' has not been declared


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39630 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-09-07 21:37:25 +00:00
parent beb6d505de
commit 0be0ab820c
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#ifdef USE_EXTERNAL_MYTHES
#include MYTHES_H_LOCATION
#else
#include <cstdio>
#include "support/mythes/mythes.hxx"
#endif

View File

@ -93,3 +93,5 @@ What's new
* BUILD/INSTALLATION
- Fix compile error with gcc 4.5.3 when using the included mythes library.