
17 Aug
2004
17 Aug
'04
9:36 a.m.
"Benoît" == Benoît Perrot <benoit@lrde.epita.fr> writes:
Index: ChangeLog from Benoît Perrot <benoit@lrde.epita.fr>
* src/shell/shell.hh, src/shell.cc: Normalize string stream use.
2004-07-18 Benoît Perrot <benoit@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>.