Code

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