comparison src/data.cc @ 7078:405cf85b435c

[project @ 2007-10-30 14:04:59 by jwe]
author jwe
date Tue, 30 Oct 2007 14:05:00 +0000
parents 97db94ae2cf0
children e5005117103d
comparison
equal deleted inserted replaced
7077:525cd5f47ab6 7078:405cf85b435c
21 21
22 */ 22 */
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif
27
28 #include "systime.h"
29
30 #ifdef HAVE_SYS_TYPES_H
31 #include <sys/types.h>
32 #endif
33
34 #ifdef HAVE_SYS_RESOURCE_H
35 #include <sys/resource.h>
26 #endif 36 #endif
27 37
28 #include <cfloat> 38 #include <cfloat>
29 #include <cmath> 39 #include <cmath>
30 40