comparison src/octave.cc @ 2442:f667d7ec08b9

[project @ 1996-10-30 18:46:22 by jwe]
author jwe
date Wed, 30 Oct 1996 18:46:25 +0000
parents 68c5868dbe83
children 6577af9f7504
comparison
equal deleted inserted replaced
2441:91752cdf8981 2442:f667d7ec08b9
35 #include <fstream.h> 35 #include <fstream.h>
36 #include <iostream.h> 36 #include <iostream.h>
37 #include <strstream.h> 37 #include <strstream.h>
38 38
39 #ifdef HAVE_UNISTD_H 39 #ifdef HAVE_UNISTD_H
40 #ifdef HAVE_SYS_TYPES_H
40 #include <sys/types.h> 41 #include <sys/types.h>
42 #endif
41 #include <unistd.h> 43 #include <unistd.h>
42 #endif 44 #endif
43 45
44 #include <pwd.h> 46 #include <pwd.h>
45 47