summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHashcode <hashcode0f@gmail.com>2015-10-13 21:47:13 +0200
committerHashcode <hashcode0f@gmail.com>2015-10-13 21:47:13 +0200
commit7246b5d9e3a328f9ce0498648dcdfd73c758e353 (patch)
treea7908e92e793749048857f04a22a41738b49ffe4
parentfix build in Android 4.4 (tested with Omni) (diff)
downloadandroid_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
-rw-r--r--mtdutils/mounts.c1
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"