X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.c;h=594c9f6df525375f6dda0d5deea4d780c21172c2;hp=a0de36e43672c46c992dfc81a25ea7efad740d7f;hb=afdc1dabafc566180b57ec64c9c5504c2c8e2775;hpb=6b4c40f288ebb00cee2ba2cb2f51a5c7ab2dc743 diff --git a/src/rrd_graph.c b/src/rrd_graph.c index a0de36e..594c9f6 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -6,11 +6,16 @@ #include -#include + +/* for basename */ +#ifdef HAVE_LIBGEN_H +# include +#eles +#include "plbasename.h" +#endif #ifdef WIN32 #include "strftime.h" -#include "plbasename.h" #endif #include "rrd_tool.h"