From 5587ef221dbdbb851309928fecbd9d9da14dab3c Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Thu, 24 Aug 2023 18:07:48 +0200 Subject: [PATCH] examples: Update to use new paths Update header includes to use utils/ instead of tests/. Signed-off-by: Paul Cercueil --- examples/iio_adi_xflow_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iio_adi_xflow_check.c b/examples/iio_adi_xflow_check.c index f87fc2b43..de1f0877a 100644 --- a/examples/iio_adi_xflow_check.c +++ b/examples/iio_adi_xflow_check.c @@ -16,7 +16,7 @@ #include #include -#include "../tests/iio_common.h" +#include "../utils/iio_common.h" #define MY_NAME "iio_adi_xflow_check"