include intl/libintl.h that is relative to $TOP_SRCDIR/src

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21943 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-12-04 03:55:02 +00:00
parent d9ee79c6ea
commit aaa239be61

View File

@ -61,7 +61,7 @@ void cleanTranslation(docstring & trans)
# if HAVE_GETTEXT
# include <libintl.h> // use the header already in the system *EK*
# else
# include "../../intl/libintl.h"
# include "../intl/libintl.h"
# endif
namespace lyx {