Mercurial > hg > octave-lyh
diff src/dirfns.cc @ 1341:e4e4131b1648
[project @ 1995-09-04 00:13:33 by jwe]
author | jwe |
---|---|
date | Mon, 04 Sep 1995 00:16:21 +0000 |
parents | ec2ab864e8eb |
children | 94697d007075 |
line wrap: on
line diff
--- a/src/dirfns.cc +++ b/src/dirfns.cc @@ -38,15 +38,16 @@ #include <config.h> #endif +#include <cerrno> +#include <cstdio> +#include <cstddef> +#include <cstdlib> +#include <cstring> + #include <sys/types.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif -#include <errno.h> -#include <stdio.h> -#include <stddef.h> -#include <stdlib.h> -#include <string.h> #include <strstream.h> #include <sys/param.h>