* src/metalink.c: Include filename.h instead of dosname.h

This commit is contained in:
Tim Rühsen 2020-03-28 19:26:12 +01:00
parent 78ef6fab13
commit 6e5cf727c5

View File

@ -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"