>> "Benoît" == Benoît Perrot
<benoit(a)lrde.epita.fr> writes:
Index: ChangeLog
from Benoît Perrot <benoit(a)lrde.epita.fr>
* src/shell/shell.hh, src/shell.cc: Normalize string
stream use.
2004-07-18 Benoît Perrot
<benoit(a)lrde.epita.fr>
Index: src/shell/shell.hh
--- src/shell/shell.hh (revision 116)
+++ src/shell/shell.hh (working copy)
@@ -23,6 +23,8 @@
#ifndef SHELL_SHELL_HH
# define SHELL_SHELL_HH
+# include <ctype.h>
Err.... <cctype>.