diff options
author | Hashcode <hashcode0f@gmail.com> | 2015-10-13 21:47:13 +0200 |
---|---|---|
committer | Hashcode <hashcode0f@gmail.com> | 2015-10-13 21:47:13 +0200 |
commit | 7246b5d9e3a328f9ce0498648dcdfd73c758e353 (patch) | |
tree | a7908e92e793749048857f04a22a41738b49ffe4 /mtdutils | |
parent | fix build in Android 4.4 (tested with Omni) (diff) | |
download | android_bootable_recovery-7246b5d9e3a328f9ce0498648dcdfd73c758e353.tar android_bootable_recovery-7246b5d9e3a328f9ce0498648dcdfd73c758e353.tar.gz android_bootable_recovery-7246b5d9e3a328f9ce0498648dcdfd73c758e353.tar.bz2 android_bootable_recovery-7246b5d9e3a328f9ce0498648dcdfd73c758e353.tar.lz android_bootable_recovery-7246b5d9e3a328f9ce0498648dcdfd73c758e353.tar.xz android_bootable_recovery-7246b5d9e3a328f9ce0498648dcdfd73c758e353.tar.zst android_bootable_recovery-7246b5d9e3a328f9ce0498648dcdfd73c758e353.zip |
Diffstat (limited to 'mtdutils')
-rw-r--r-- | mtdutils/mounts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mtdutils/mounts.c b/mtdutils/mounts.c index c90fc8acf..cd3738a0b 100644 --- a/mtdutils/mounts.c +++ b/mtdutils/mounts.c @@ -19,6 +19,7 @@ #include <string.h> #include <fcntl.h> #include <errno.h> +#include <unistd.h> #include <sys/mount.h> #include "mounts.h" |