summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/image/epdf.h
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2012-05-22 10:53:47 +0000
committerTaco Hoekwater <taco@elvenkind.com>2012-05-22 10:53:47 +0000
commit90df28c0bede8f1590cd3f7e54d3e12e02e4cea1 (patch)
treed9a913b3e6a83bca0ace547eb2133bc94e7727fa /Build/source/texk/web2c/luatexdir/image/epdf.h
parent1a5d4e32d36d1a5d564ef1486016a3dd73759953 (diff)
more off_t trouble
git-svn-id: svn://tug.org/texlive/trunk@26566 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/image/epdf.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/image/epdf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/image/epdf.h b/Build/source/texk/web2c/luatexdir/image/epdf.h
index c47c9f19f26..685a8f40b85 100644
--- a/Build/source/texk/web2c/luatexdir/image/epdf.h
+++ b/Build/source/texk/web2c/luatexdir/image/epdf.h
@@ -23,7 +23,11 @@
#ifndef EPDF_H
# define EPDF_H
-
+extern "C" {
+#ifdef HAVE_CONFIG_H
+#include <w2c/config.h>
+#endif
+}
# include <stdlib.h>
# include <math.h>
# include <stddef.h>