diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-07-21 00:42:39 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-07-21 00:42:39 -0400 |
commit | e16dad6521b5662ea017de8b639301bd996415c7 (patch) | |
tree | 5c49ff9aad0a0d3f7eb226345a9b92ce9b76a32f /src/chrtrans | |
parent | 519c2333fe3cb89fd34236753a09b4b2f60cbce1 (diff) | |
download | lynx-snapshots-e16dad6521b5662ea017de8b639301bd996415c7.tar.gz |
snapshot of project "lynx", label v2-8-8dev_15i
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/makeuctb.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/chrtrans/makeuctb.c b/src/chrtrans/makeuctb.c index 1cd6a28d..4a0e734a 100644 --- a/src/chrtrans/makeuctb.c +++ b/src/chrtrans/makeuctb.c @@ -1,5 +1,5 @@ /* - * $LynxId: makeuctb.c,v 1.47 2012/07/04 20:58:29 tom Exp $ + * $LynxId: makeuctb.c,v 1.48 2013/07/21 00:42:39 tom Exp $ * * makeuctb.c, derived from conmakehash.c - kw * @@ -30,7 +30,6 @@ #define DONT_USE_SOCKS5 #include <UCDefs.h> #include <UCkd.h> -#include <ctype.h> /* * Don't try to use LYexit() since this is a standalone file. @@ -39,6 +38,10 @@ #undef exit #endif /* exit */ +#include <stdlib.h> +#include <string.h> +#include <ctype.h> + #define MAX_FONTLEN 256 /* |