diff options
Diffstat (limited to 'Build/source/texk/web2c/lib/printversion.c')
-rw-r--r-- | Build/source/texk/web2c/lib/printversion.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/lib/printversion.c b/Build/source/texk/web2c/lib/printversion.c index ed169331873..bb9874b5244 100644 --- a/Build/source/texk/web2c/lib/printversion.c +++ b/Build/source/texk/web2c/lib/printversion.c @@ -4,6 +4,7 @@ #include "config.h" #include "lib.h" +#include <kpathsea/version.h> /* We're passed in the original WEB banner string, which has the form This is PROGRAM, Version VERSION-NUMBER @@ -16,9 +17,6 @@ This is PROGRAM, Version VERSION-NUMBER Maybe I should have just done it all inline in each individual program, but tangle doesn't allow multiline string constants ... */ -extern string versionstring; /* from web2c/lib/version.c */ -extern KPSEDLL string kpathsea_version_string;/* from kpathsea/version.c */ - void printversionandexit (const_string banner, const_string copyright_holder, |