Mercurial > hg > octave-lyh
changeset 1775:d53c27b14236
[project @ 1996-01-23 08:21:22 by jwe]
author | jwe |
---|---|
date | Tue, 23 Jan 1996 08:21:22 +0000 |
parents | 635d28024664 |
children | ac1c470df51f |
files | liboctave/file-ops.cc |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/file-ops.cc +++ b/liboctave/file-ops.cc @@ -34,9 +34,12 @@ #endif #include "file-ops.h" +#include "statdefs.h" + +// These must come after <sys/types.h> and <sys/stat.h>. + #include "safe-lstat.h" #include "safe-stat.h" -#include "statdefs.h" // XXX FIXME XXX -- the is_* and mode_as_string functions are only valid // for initialized objects. If called for an object that is not