alperakcan/fuse-ext2

Build failure on Gentoo, needs extra headers

Opened this issue · 1 comments

I was able to build fuse-ext2 on Gentoo only after adding #include "sys/sysmacros.h" to op_create.c and do_fillstatbuf.c
I'm not sure about all the details but I believe it has something to do with this no longer being an implied inclusion in glibc 2.24 and newer.

This also solved my problems compiling this on Arch Linux / Manjaro recently.