]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <sys/types.h> and <sys/stat.h>.
authorJim Meyering <jim@meyering.net>
Sun, 9 Nov 2003 21:10:55 +0000 (21:10 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Nov 2003 21:10:55 +0000 (21:10 +0000)
lib/dev-ino.h

index 79cc5203fc8f3b3ce671a23aef31a1a65cb29286..695d38c7bb71524c1b74746a4d4bec4eb2f70474 100644 (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;