comparison src/variables.cc @ 1350:5f63d83dd694

[project @ 1995-09-05 07:37:59 by jwe]
author jwe
date Tue, 05 Sep 1995 07:47:12 +0000
parents 94bedeb289e5
children 19c10b8657d5
comparison
equal deleted inserted replaced
1349:33cf1f36aec6 1350:5f63d83dd694
26 #endif 26 #endif
27 27
28 #include <cfloat> 28 #include <cfloat>
29 #include <cstring> 29 #include <cstring>
30 30
31 #include <strstream.h>
32
33 #ifdef HAVE_UNISTD_H
31 #include <sys/types.h> 34 #include <sys/types.h>
32 #ifdef HAVE_UNISTD_H
33 #include <unistd.h> 35 #include <unistd.h>
34 #endif 36 #endif
35 #include <strstream.h>
36 37
37 #include "defaults.h" 38 #include "defaults.h"
38 #include "version.h" 39 #include "version.h"
39 #include "dynamic-ld.h" 40 #include "dynamic-ld.h"
40 #include "octave-hist.h" 41 #include "octave-hist.h"