]> www.fi.muni.cz Git - evince.git/blobdiff - dvi/mdvi-lib/private.h
Add reference to subfont. Fixes bug #374277.
[evince.git] / dvi / mdvi-lib / private.h
index 261a91172e92bfab4919da278149741ae7f0465b..c547cd2d639e3955bea015918962021d5f4a7da7 100644 (file)
@@ -25,6 +25,7 @@
 #include <kpathsea/cnf.h>
 #include <kpathsea/proginit.h>
 #include <kpathsea/progname.h>
+#include <kpathsea/tex-make.h>
 
 #define ISSP(p)                (*(p) == ' ' || *(p) == '\t')
 #define SKIPSP(p)      while(ISSP(p)) p++