From 60587d5965ee7e303b4bed773689fb488e0afa29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 11 Oct 2022 14:35:51 +0200 Subject: [PATCH] tests/file: Include config.h so tests checking HAVE_* definitions are ran We have tests depending on HAVE_UTIMES and HAVE_UTIMENSAT that were currently not compiled because these were always undefined --- gio/tests/file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gio/tests/file.c b/gio/tests/file.c index 9a15f9726..9d98ff205 100644 --- a/gio/tests/file.c +++ b/gio/tests/file.c @@ -1,3 +1,5 @@ +#include "config.h" + #include #include #include