]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.cpp
tex2lyx/text.cpp: fix 2 typos
[lyx.git] / src / Thesaurus.cpp
index bf657762c1c2d4a423d3998a7dc8245734d3e132..fcec80bef55aa81afbfdc7c1bd3ef874a3a3266f 100644 (file)
 #include "support/lstrings.h"
 #include "support/os.h"
 
+#ifdef USE_EXTERNAL_MYTHES
+#include MYTHES_H_LOCATION
+#else
+#include <cstdio>
 #include "support/mythes/mythes.hxx"
+#endif
 
 #include "frontends/alert.h"