summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2001-06-20 15:34:21 +0000
committerKarsten Hopp <karsten@redhat.de>2001-06-20 15:34:21 +0000
commit42d8883d11caef4a0081a75bb28808541a70dd24 (patch)
tree831c8e7f4759fab569fc3ade785d1655be424662 /isys
parent6cffb3014afc03c300e06edb2a2677405d2be548 (diff)
downloadanaconda-42d8883d11caef4a0081a75bb28808541a70dd24.tar.gz
anaconda-42d8883d11caef4a0081a75bb28808541a70dd24.tar.xz
anaconda-42d8883d11caef4a0081a75bb28808541a70dd24.zip
missing prototypes for mkdir
Diffstat (limited to 'isys')
-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"