diff --git a/libutil/tty.c b/libutil/tty.c index bceb01e..8a2cd73 100644 --- a/libutil/tty.c +++ b/libutil/tty.c @@ -1,6 +1,7 @@ /* See LICENSE file for copyright and license details. */ #include #include +#include #include #include diff --git a/mknod.c b/mknod.c index 8de35c7..518ecb0 100644 --- a/mknod.c +++ b/mknod.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include +#include #include #include diff --git a/mountpoint.c b/mountpoint.c index 8f205a2..9a31bbe 100644 --- a/mountpoint.c +++ b/mountpoint.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include +#include #include #include diff --git a/stat.c b/stat.c index 220a659..7e7fa5e 100644 --- a/stat.c +++ b/stat.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include +#include #include #include @@ -86,4 +87,4 @@ main(int argc, char *argv[]) } return ret; -} \ No newline at end of file +}