X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_format.c;h=fba9eb0e85a62105cdb9f88a2097bab4b692648a;hp=5200b33703a4e065068997af0318b1dc015e1b54;hb=ed3ee7c81e23fcd41693bc372470945576ae54d1;hpb=674b898cd02172d48c8aca6e8bfdb4e8c3e43e8f diff --git a/src/rrd_format.c b/src/rrd_format.c index 5200b33..fba9eb0 100644 --- a/src/rrd_format.c +++ b/src/rrd_format.c @@ -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;