diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-29 07:52:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-29 07:52:04 +0000 |
commit | e6d82d4de870c4c32ce61177fe008bfddc79cce9 (patch) | |
tree | e05fa3db048841850eeee95e949d1694630fe01d /Build/source/texk/seetexk/fio.c | |
parent | 5d9b8c445d73d944c476a1ff3f8fee81e05c1ba8 (diff) |
seetexk: Include <config.h> and <kpathsea/config.h> always first
git-svn-id: svn://tug.org/texlive/trunk@31033 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/fio.c')
-rw-r--r-- | Build/source/texk/seetexk/fio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/seetexk/fio.c b/Build/source/texk/seetexk/fio.c index b6fbe959553..66087f47008 100644 --- a/Build/source/texk/seetexk/fio.c +++ b/Build/source/texk/seetexk/fio.c @@ -25,10 +25,10 @@ * N.B.: these believe they are working on a DVI file. */ -#include <stdio.h> #include "types.h" #include "error.h" #include "fio.h" +#include <stdio.h> static char eofmsg[] = "unexpected EOF, help"; |