diff options
Diffstat (limited to 'Build/source/texk/web2c/lib/input2int.c')
-rw-r--r-- | Build/source/texk/web2c/lib/input2int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/input2int.c b/Build/source/texk/web2c/lib/input2int.c index 2726601a487..5bd42016b4e 100644 --- a/Build/source/texk/web2c/lib/input2int.c +++ b/Build/source/texk/web2c/lib/input2int.c @@ -1,7 +1,7 @@ /* input2int.c: read two or three integers from text files. These routines are only used in patgen. Public domain. */ -#include "config.h" +#include <w2c/config.h> #include "lib.h" #ifdef INTEGER_IS_INT |