From 7c7f7e588a9061c29b7b2df649a95e1e2ee50e84 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 29 Feb 2024 17:22:17 +1300 Subject: [PATCH] fs: fix build on musl libc Remove leftover fts.h include from back when this file used it. dirent.h is used as a replacement and, as part of the POSIX standard, it should be used instead of the nonstandard fts.h. --- lfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs.c b/lfs.c index b481ed8..f5ae80f 100644 --- a/lfs.c +++ b/lfs.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include