diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2016-11-30 19:29:37 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-11-30 20:19:08 +0100 |
commit | 3fdcda46629e8e7fc19e89c51350b1e6f151e05e (patch) | |
tree | c392e0fdcf8e61e5abfb88099fd8d9b1f1ff8a70 /gui | |
parent | Fix adb shell in 7.0 tree (diff) | |
download | android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.gz android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.bz2 android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.lz android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.xz android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.zst android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.zip |
Diffstat (limited to 'gui')
-rw-r--r-- | gui/object.cpp | 2 | ||||
-rw-r--r-- | gui/pages.cpp | 1 | ||||
-rw-r--r-- | gui/resources.cpp | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/gui/object.cpp b/gui/object.cpp index 14df14fc1..e7d1bf99b 100644 --- a/gui/object.cpp +++ b/gui/object.cpp @@ -2,7 +2,7 @@ #include <stdio.h> #include <stdlib.h> - +#include <sys/stat.h> #include <string> extern "C" { diff --git a/gui/pages.cpp b/gui/pages.cpp index 115d6b35d..b6b72966a 100644 --- a/gui/pages.cpp +++ b/gui/pages.cpp @@ -32,6 +32,7 @@ #include <time.h> #include <unistd.h> #include <stdlib.h> +#include <dirent.h> #include "../twrp-functions.hpp" #include "../partitions.hpp" diff --git a/gui/resources.cpp b/gui/resources.cpp index 9c97dad18..8884dd796 100644 --- a/gui/resources.cpp +++ b/gui/resources.cpp @@ -10,6 +10,7 @@ #include <sstream> #include <iostream> #include <iomanip> +#include <fcntl.h> #include "../minzip/Zip.h" extern "C" { |