Mercurial > hg > octave-nkf
diff src/help.cc @ 1343:94bedeb289e5
[project @ 1995-09-04 00:29:21 by jwe]
author | jwe |
---|---|
date | Mon, 04 Sep 1995 00:42:19 +0000 |
parents | 611d403c7f3d |
children | 5f63d83dd694 |
line wrap: on
line diff
--- a/src/help.cc +++ b/src/help.cc @@ -25,13 +25,15 @@ #include <config.h> #endif +#include <csignal> +#include <cstdlib> +#include <cstring> + #include <sys/types.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif -#include <signal.h> -#include <stdlib.h> -#include <string.h> + #include <iostream.h> #include <strstream.h>