comparison src/sysdep.cc @ 1346:9e41dbb74bca

[project @ 1995-09-05 06:37:49 by jwe]
author jwe
date Tue, 05 Sep 1995 06:41:09 +0000
parents 94bedeb289e5
children 5f63d83dd694
comparison
equal deleted inserted replaced
1345:1ddfcf6b19a0 1346:9e41dbb74bca
31 31
32 #ifdef HAVE_CONFIG_H 32 #ifdef HAVE_CONFIG_H
33 #include <config.h> 33 #include <config.h>
34 #endif 34 #endif
35 35
36 #include <cfloat>
36 #include <cmath> 37 #include <cmath>
37 #include <cfloat>
38 #include <cstddef> 38 #include <cstddef>
39 #include <cstdio>
39 #include <cstdlib> 40 #include <cstdlib>
40 #include <cstring> 41 #include <cstring>
41 #include <cstdio>
42 42
43 #include <sys/types.h> 43 #include <sys/types.h>
44 #ifdef HAVE_UNISTD_H 44 #ifdef HAVE_UNISTD_H
45 #include <unistd.h> 45 #include <unistd.h>
46 #endif 46 #endif