Code

Fix Win32 Build compatibility.
[rrdtool.git] / confignt / config.h
index 261f0e613e107e0069a10d78654961ae5c1157cd..4e4c37c7d6087b1f6b94fbea364daa7fa0d6e605 100644 (file)
@@ -8,6 +8,9 @@
 /* Define if you have the <math.h> header file.  */
 #define HAVE_MATH_H 1
 
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+
 #define rrd_realloc(a,b) realloc((a), (b))
 
 #define snprintf _snprintf