Skip to content

Add missing include on sys/types.h to fix build on Musl libc

Bart Ribbers requested to merge work/bart/musl-missing-include into master

I guess sys/types.h is implicitely included on glibc but that's definitely not the case on Musl libc. The include is however necessary to define dev_t introduced in 3c82d5a9

CC @zamundaaa

Merge request reports