diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-03 10:13:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-03 10:13:07 +0000 |
commit | b400a630ae1e274917cb76688ad94192b4f1bcaf (patch) | |
tree | 1250c3d1dd99a2bbe0e9d361341917c054379bce /lib | |
parent | c139c9a58bb5ea8b57079da4f233e7ff437a704d (diff) | |
download | coreutils-b400a630ae1e274917cb76688ad94192b4f1bcaf.tar.xz |
Include "same-inode.h".
Diffstat (limited to 'lib')
-rw-r--r-- | lib/root-dev-ino.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/root-dev-ino.h b/lib/root-dev-ino.h index 000b1979d..e9eba06b9 100644 --- a/lib/root-dev-ino.h +++ b/lib/root-dev-ino.h @@ -2,6 +2,7 @@ # define ROOT_DEV_INO_H 1 # include "dev-ino.h" +# include "same-inode.h" struct dev_ino * get_root_dev_ino (struct dev_ino *root_d_i); |