diff options
Diffstat (limited to 'src/UCAuto.c')
-rw-r--r-- | src/UCAuto.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/UCAuto.c b/src/UCAuto.c index 26d6bda8..92378f9c 100644 --- a/src/UCAuto.c +++ b/src/UCAuto.c @@ -1,4 +1,6 @@ /* + * $LynxId: UCAuto.c,v 1.37 2008/01/07 23:51:16 tom Exp $ + * * This file contains code for changing the Linux console mode. * Currently some names for font files are hardwired in here. * You have to change this code if it needs accommodation for your @@ -29,6 +31,7 @@ #ifdef EXP_CHARTRANS_AUTOSWITCH #include <HTFile.h> +#include <www_wait.h> #ifdef LINUX #include <sysexits.h> /* EX_DATAERR, etc. */ |