summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--isys/imount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/imount.c b/isys/imount.c
index 22a038be1..a2c01ad70 100644
--- a/isys/imount.c
+++ b/isys/imount.c
@@ -3,6 +3,8 @@
#include <string.h>
#include <sys/errno.h>
#include <sys/mount.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include <unistd.h>
#include "imount.h"