New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/32691#issuecomment-921962324 Comment: Builds on musl with ``` patch diff --git a/unhide-linux-compound.c b/unhide-linux-compound.c index 31f0ee6..a6b597e 100644 --- a/unhide-linux-compound.c +++ b/unhide-linux-compound.c @@ -43,6 +43,7 @@ along with this program. If not, see . #include #include #include +#include #include "unhide-output.h" #include "unhide-linux.h" diff --git a/unhide-linux-procfs.c b/unhide-linux-procfs.c index 65d3949..56ca1a2 100644 --- a/unhide-linux-procfs.c +++ b/unhide-linux-procfs.c @@ -43,6 +43,7 @@ along with this program. If not, see . #include #include #include +#include #include "unhide-output.h" #include "unhide-linux.h" diff --git a/unhide-output.c b/unhide-output.c index 2d5a834..50c844a 100644 --- a/unhide-output.c +++ b/unhide-output.c @@ -25,9 +25,8 @@ along with this program. If not, see . #include #ifdef __linux__ #include -#else - #include #endif +#include #include #include ```