summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/version.c')
-rw-r--r--Build/source/texk/kpathsea/version.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/version.c b/Build/source/texk/kpathsea/version.c
index a5c2ddbf492..6182b1d3f14 100644
--- a/Build/source/texk/kpathsea/version.c
+++ b/Build/source/texk/kpathsea/version.c
@@ -16,14 +16,15 @@
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, see <http://www.gnu.org/licenses/>. */
-#include "c-auto.h"
-#include <kpathsea/c-proto.h>
+#include <kpathsea/config.h>
-KPSEDLL char *kpathsea_version_string = (char *) KPSEVERSION;
+#include <kpathsea/version.h>
+
+char *kpathsea_version_string = (char *) KPSEVERSION;
/* If you are redistributing a modified version of the original
distribution, please change this address here, among many other
places. Thanks. */
-KPSEDLL char *kpathsea_bug_address = (char *)
+char *kpathsea_bug_address = (char *)
"Email bug reports to tex-k@tug.org.\n";