summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthat <github@that.at>2016-01-29 22:04:43 +0100
committerthat <github@that.at>2016-01-29 22:04:43 +0100
commitf54e539b9c97f16e3f48fe6f89ad827096f85608 (patch)
tree0adb9349f5fcf7f52d314965f6684416c63a5ca8
parentReplace fix permissions with fix contexts for emulated storage (diff)
downloadandroid_bootable_recovery-f54e539b9c97f16e3f48fe6f89ad827096f85608.tar
android_bootable_recovery-f54e539b9c97f16e3f48fe6f89ad827096f85608.tar.gz
android_bootable_recovery-f54e539b9c97f16e3f48fe6f89ad827096f85608.tar.bz2
android_bootable_recovery-f54e539b9c97f16e3f48fe6f89ad827096f85608.tar.lz
android_bootable_recovery-f54e539b9c97f16e3f48fe6f89ad827096f85608.tar.xz
android_bootable_recovery-f54e539b9c97f16e3f48fe6f89ad827096f85608.tar.zst
android_bootable_recovery-f54e539b9c97f16e3f48fe6f89ad827096f85608.zip
-rw-r--r--partition.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partition.cpp b/partition.cpp
index 4626a5ff6..d038c38f1 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -24,6 +24,7 @@
#include <sys/mount.h>
#include <unistd.h>
#include <dirent.h>
+#include <libgen.h>
#include <iostream>
#include <sstream>
#include <sys/param.h>