Mercurial > hg > octave-lyh
comparison src/octave.cc @ 2445:6577af9f7504
[project @ 1996-10-30 19:01:57 by jwe]
author | jwe |
---|---|
date | Wed, 30 Oct 1996 19:06:04 +0000 |
parents | f667d7ec08b9 |
children | 1e673f0648b5 |
comparison
equal
deleted
inserted
replaced
2444:ccb101b39cf4 | 2445:6577af9f7504 |
---|---|
41 #include <sys/types.h> | 41 #include <sys/types.h> |
42 #endif | 42 #endif |
43 #include <unistd.h> | 43 #include <unistd.h> |
44 #endif | 44 #endif |
45 | 45 |
46 #ifdef HAVE_PWD_H | |
46 #include <pwd.h> | 47 #include <pwd.h> |
48 #endif | |
47 | 49 |
48 #include "lo-error.h" | 50 #include "lo-error.h" |
49 #include "str-vec.h" | 51 #include "str-vec.h" |
50 #include "sun-utils.h" | 52 #include "sun-utils.h" |
51 | 53 |