diff 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 (2007-10-30)
parents 97db94ae2cf0
children e5005117103d
line wrap: on
line diff
--- a/src/data.cc
+++ b/src/data.cc
@@ -25,6 +25,16 @@
 #include <config.h>
 #endif
 
+#include "systime.h"
+
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
+#ifdef HAVE_SYS_RESOURCE_H
+#include <sys/resource.h>
+#endif
+
 #include <cfloat>
 #include <cmath>