summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/alephdir/alephbis.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/alephdir/alephbis.c')
-rw-r--r--Build/source/texk/web2c/alephdir/alephbis.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/alephdir/alephbis.c b/Build/source/texk/web2c/alephdir/alephbis.c
index f2398bbf291..0f9ce9df7eb 100644
--- a/Build/source/texk/web2c/alephdir/alephbis.c
+++ b/Build/source/texk/web2c/alephdir/alephbis.c
@@ -39,8 +39,10 @@ runexternalocp (string external_ocp_name)
char *out_file_name;
FILE *in_file;
FILE *out_file;
+#if HAVE_MKSTEMP
int in_file_fd;
int out_file_fd;
+#endif
char command_line[400];
int i;
unsigned c;