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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/makejvf/write.c b/Build/source/texk/makejvf/write.c
index 581bf815545..a4417e9d5db 100644
--- a/Build/source/texk/makejvf/write.c
+++ b/Build/source/texk/makejvf/write.c
@@ -1,10 +1,10 @@
-#include <stdio.h>
-#include <stdlib.h>
-
#include <kpathsea/config.h>
#include "makejvf.h"
#include "uniblock.h"
+#include <stdio.h>
+#include <stdlib.h>
+
FILE *vfopen(char *name)
{
FILE *fp;