merged updated win32 port by Larry Adams and the cacti team
[rrdtool.git] / src / rrd_format.c
index 5200b33..fba9eb0 100644 (file)
@@ -48,6 +48,9 @@
  *
  *****************************************************************************/
 #include "rrd_tool.h"
  *
  *****************************************************************************/
 #include "rrd_tool.h"
+#ifdef WIN32
+#include "stdlib.h"
+#endif
 
 #define converter(VV,VVV) \
    if (strcmp(#VV, string) == 0) return VVV;
 
 #define converter(VV,VVV) \
    if (strcmp(#VV, string) == 0) return VVV;