summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-09 21:10:55 +0000
committerJim Meyering <jim@meyering.net>2003-11-09 21:10:55 +0000
commit51d9df3a2ecc3192b9cb13bbd9d1034e7d18d668 (patch)
treeb96314066a77bb51b6e8df5e9a45b6931a5c839b /lib
parent46e5242253039644d34a013a476ccb459207d937 (diff)
downloadcoreutils-51d9df3a2ecc3192b9cb13bbd9d1034e7d18d668.tar.xz
Include <sys/types.h> and <sys/stat.h>.
Diffstat (limited to 'lib')
-rw-r--r--lib/dev-ino.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dev-ino.h b/lib/dev-ino.h
index 79cc5203f..695d38c7b 100644
--- a/lib/dev-ino.h
+++ b/lib/dev-ino.h
@@ -1,6 +1,9 @@
#ifndef DEV_INO_H
# define DEV_INO_H 1
+# include <sys/types.h>
+# include <sys/stat.h>
+
struct dev_ino
{
ino_t st_ino;