Skip to content

nlplug-findfs.c: Explicitly include sys/sysmacros.h due to musl 1.1.23 changes

Carlo Landmeter requested to merge github/fork/trixpan/musl_issue into master

Created by: trixpan

http://git.musl-libc.org/cgit/musl/commit/?id=a31a30a0076c284133c0f4dfa32b8b37883ac930 removed the implicit include of sys/sysmacros.h from sys/types.h causing mkinitfs to fail compilation against must 1.1.23 or newer.

Merge request reports