summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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;