diff --git a/ls.c b/ls.c index b716aba..7de15ac 100644 --- a/ls.c +++ b/ls.c @@ -1,6 +1,9 @@ /* See LICENSE file for copyright and license details. */ #include #include +#ifdef __GLIBC__ +#include +#endif #include #include diff --git a/tar.c b/tar.c index a6ead2e..fb0df45 100644 --- a/tar.c +++ b/tar.c @@ -1,6 +1,10 @@ /* See LICENSE file for copyright and license details. */ #include #include +#include +#ifdef __GLIBC__ +#include +#endif #include #include