Mercurial > hg > octave-lyh
comparison liboctave/oct-time.cc @ 3607:0ecd1696605d
[project @ 2000-03-08 22:01:16 by jwe]
author | jwe |
---|---|
date | Wed, 08 Mar 2000 22:01:17 +0000 |
parents | 26662775f4e9 |
children | ab42a049fc9d |
comparison
equal
deleted
inserted
replaced
3606:89f958b5358f | 3607:0ecd1696605d |
---|---|
43 #define OCTAVE_UNDEFINE_XOPEN_SOURCE | 43 #define OCTAVE_UNDEFINE_XOPEN_SOURCE |
44 #endif | 44 #endif |
45 | 45 |
46 #include <climits> | 46 #include <climits> |
47 #include <cmath> | 47 #include <cmath> |
48 | |
49 #ifdef HAVE_UNISTD_H | |
50 #ifdef HAVE_SYS_TYPES_H | |
51 #include <sys/types.h> | |
52 #endif | |
53 #include <unistd.h> | |
54 #endif | |
48 | 55 |
49 #include "lo-error.h" | 56 #include "lo-error.h" |
50 #include "lo-utils.h" | 57 #include "lo-utils.h" |
51 #include "oct-time.h" | 58 #include "oct-time.h" |
52 | 59 |