X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.c;h=1ea457b2c27e909ad903c629e5e531eef56cc369;hb=81537ade5ed8c7bfef4bf737f5869582a04da292;hp=594c9f6df525375f6dda0d5deea4d780c21172c2;hpb=afdc1dabafc566180b57ec64c9c5504c2c8e2775;p=rrdtool.git 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