X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=fec18df716c3d789a4e41a5276cc00e874eaf3e9;hb=58f824a51a3d59c54d24dd2e2a96afda4493b4b4;hp=99a13b720ab58d5ff26bb56b0a85395cc9dc9d8e;hpb=7f408c1ae7d1011c489fbd9123b1dd03d869e088;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 99a13b7..fec18df 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -5,10 +5,10 @@ ****************************************************************************/ #if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H) -#include "../confignt/config.h" +#include "../win32/config.h" #else #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../rrd_config.h" #endif #endif