X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_format.c;h=fba9eb0e85a62105cdb9f88a2097bab4b692648a;hb=f0a0cb7901538324a33a106ea4762f2ada88970b;hp=5200b33703a4e065068997af0318b1dc015e1b54;hpb=87699aa7a0d9770907d972e00ebbe7e888b3bc8a;p=rrdtool.git 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;