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.
This commit is contained in:
parent
3e4e590776
commit
7c7f7e588a
1 changed files with 0 additions and 1 deletions
1
lfs.c
1
lfs.c
|
@ -15,7 +15,6 @@
|
|||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <fts.h>
|
||||
#include <libgen.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue