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
This commit is contained in:
Marco Trevisan (Treviño) 2022-10-11 14:35:51 +02:00
parent b1d4b4bb3b
commit 60587d5965

View File

@ -1,3 +1,5 @@
#include "config.h"
#include <locale.h>
#include <string.h>
#include <stdio.h>