X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=75a9439faeb0a6e0f3bf0244b5c5e6eea10fe0ed;hb=d874c8f117a7473562da5a6cf3873882c8c4dc2e;hp=04158152b87ce4a7d57244a2af3a66854800fa24;hpb=fdf43e1917bff95e888d84c2073473e42c611658;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 0415815..75a9439 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -7,7 +7,13 @@ /* this may configure __EXTENSIONS__ without which pango will fail to compile so load this early */ +#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) +#include "../win32/config.h" +#else +#ifdef HAVE_CONFIG_H #include "../rrd_config.h" +#endif +#endif #include #include