summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/chartostring.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:16:51 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:16:51 +0000
commita13fa3342001a13e250113815da70344a009380e (patch)
tree2b6c5ffb03d5ffc6538bfccb517d7db3a9c75cea /Build/source/texk/web2c/lib/chartostring.c
parent9b9bd438a2fac27b0347aef44b584acfd52d53ab (diff)
avoid compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/lib/chartostring.c')
-rw-r--r--Build/source/texk/web2c/lib/chartostring.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/lib/chartostring.c b/Build/source/texk/web2c/lib/chartostring.c
index 8f98feb7dac..ece5fe5e2f3 100644
--- a/Build/source/texk/web2c/lib/chartostring.c
+++ b/Build/source/texk/web2c/lib/chartostring.c
@@ -4,6 +4,7 @@
Written in 1994 by Karl Berry. Public domain. */
#include "config.h"
+#include "lib.h"
/* This is needed because web2c turns the Pascal construct 'x' into the
C character constant 'x', not the string "x". And we need to keep it