1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-17 21:02:25 +02:00

Include <sys/types.h> and <sys/stat.h>.

This commit is contained in:
Jim Meyering
2003-11-09 21:10:55 +00:00
parent 46e5242253
commit 51d9df3a2e

View File

@@ -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;