summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makejvf/write.c')
-rw-r--r--Build/source/texk/makejvf/write.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/write.c b/Build/source/texk/makejvf/write.c
index ccab817a049..a55fe27e4f9 100644
--- a/Build/source/texk/makejvf/write.c
+++ b/Build/source/texk/makejvf/write.c
@@ -5,6 +5,8 @@
#include <stdio.h>
#include <stdlib.h>
+int pstfm_codes[256];
+
FILE *vfopen(char *name)
{
FILE *fp;