From 6e5cf727c59b03e5bfa6b9683e829d3ac00f87bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sat, 28 Mar 2020 19:26:12 +0100 Subject: [PATCH] * src/metalink.c: Include filename.h instead of dosname.h --- src/metalink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metalink.c b/src/metalink.c index 3cf05783..81cd1b39 100644 --- a/src/metalink.c +++ b/src/metalink.c @@ -40,7 +40,7 @@ as that of the covered work. */ #include "sha1.h" #include "sha256.h" #include "sha512.h" -#include "dosname.h" +#include "filename.h" #include "xmemdup0.h" #include "xstrndup.h" #include "c-strcase.h"