diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/image/epdf.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/image/epdf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/image/epdf.h b/Build/source/texk/web2c/luatexdir/image/epdf.h index d0cd7f79ee0..fa66eeb4d23 100644 --- a/Build/source/texk/web2c/luatexdir/image/epdf.h +++ b/Build/source/texk/web2c/luatexdir/image/epdf.h @@ -37,6 +37,7 @@ # include <stdio.h> # include <string.h> # include <kpathsea/c-ctype.h> +# include <kpathsea/simpletypes.h> # include <sys/stat.h> # include <dirent.h> @@ -50,7 +51,7 @@ typedef enum { FE_FAIL, FE_RETURN_NULL } file_error_mode; /* the following code is extremly ugly but needed for including web2c/config.h */ -typedef const char *const_string; /* including kpathsea/types.h doesn't work on some systems */ +/*typedef const char *const_string;*/ /* including kpathsea/types.h doesn't work on some systems */ # define KPATHSEA_CONFIG_H /* avoid including other kpathsea header files */ |