Update to WIN32-BUILD-TIPS.txt and VC project files so that the rrdtool.exe can be...
[rrdtool.git] / src / rrd_tool.c
index 4da8019..ca1cdca 100644 (file)
@@ -6,6 +6,8 @@
 
 #if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H)
 #include "../win32/config.h"
+#include <stdlib.h>
+#include <sys/stat.h>
 #else
 #ifdef HAVE_CONFIG_H
 #include "../rrd_config.h"