X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.c;h=1ea457b2c27e909ad903c629e5e531eef56cc369;hp=594c9f6df525375f6dda0d5deea4d780c21172c2;hb=4d3bdc2fb368a91d2cae832040c6e632fb553bde;hpb=d4d67c5fdf35d76f9c95532acfce632a6213ac1d diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 594c9f6..1ea457b 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -7,19 +7,19 @@ #include -/* for basename */ -#ifdef HAVE_LIBGEN_H -# include -#eles -#include "plbasename.h" -#endif - #ifdef WIN32 #include "strftime.h" #endif #include "rrd_tool.h" +/* for basename */ +#ifdef HAVE_LIBGEN_H +# include +#else +#include "plbasename.h" +#endif + #if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) #include #include