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/trunk@39580 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-09-03 16:10:07 +00:00
parent e2f6bd6d45
commit cfad46ed5d

View File

@ -1,6 +1,8 @@
#ifndef _MYTHES_HXX_
#define _MYTHES_HXX_
#include <cstdio>
// some maximum sizes for buffers
#define MAX_WD_LEN 200
#define MAX_LN_LEN 16384