From 7809e33e55bed5324196c73c3c387217380ae8ab Mon Sep 17 00:00:00 2001 From: tth Date: Wed, 6 Mar 2019 18:07:23 +0100 Subject: [PATCH] bad include path in funcs/filtrage.c --- funcs/filtrage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/filtrage.c b/funcs/filtrage.c index bb2f1ad..b342e64 100644 --- a/funcs/filtrage.c +++ b/funcs/filtrage.c @@ -4,7 +4,7 @@ #include #include -#include "floatimg.h" +#include "../floatimg.h" /* -------------------------------------------------------------------- */ int fimg_lissage_2x2(FloatImg *img)