diff options
Diffstat (limited to 'src/resolve/test-resolved-etc-hosts.c')
-rw-r--r-- | src/resolve/test-resolved-etc-hosts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/test-resolved-etc-hosts.c b/src/resolve/test-resolved-etc-hosts.c index 1b22e38202..da10391d74 100644 --- a/src/resolve/test-resolved-etc-hosts.c +++ b/src/resolve/test-resolved-etc-hosts.c @@ -1,10 +1,10 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #include "fd-util.h" -#include "fileio.h" #include "fs-util.h" #include "log.h" #include "resolved-etc-hosts.h" +#include "tmpfile-util.h" static void test_parse_etc_hosts_system(void) { _cleanup_fclose_ FILE *f = NULL; |