From 2b543ddf162fc6a6b0b444e3a16ccf328c785cb4 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 8 Mar 2003 20:59:41 +0000 Subject: [PATCH] Missing include ctype.h. --- vvp/stop.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vvp/stop.cc b/vvp/stop.cc index b5091e10d..ebe16a043 100644 --- a/vvp/stop.cc +++ b/vvp/stop.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: stop.cc,v 1.4 2003/02/24 06:35:45 steve Exp $" +#ident "$Id: stop.cc,v 1.5 2003/03/08 20:59:41 steve Exp $" #endif /* @@ -33,6 +33,7 @@ # include "vthread.h" # include "schedule.h" # include +# include #ifdef HAVE_LIBREADLINE # include # include @@ -415,6 +416,9 @@ void stop_handler(int rc) /* * $Log: stop.cc,v $ + * Revision 1.5 2003/03/08 20:59:41 steve + * Missing include ctype.h. + * * Revision 1.4 2003/02/24 06:35:45 steve * Interactive task calls take string arguments. *