add errno.h to fix compile errors on other devices
Change-Id: I84196fb1358264b216b8505b990ae5a0406aa957
This commit is contained in:
committed by
Gerrit Code Review
parent
42f40f5c1e
commit
84a3f1ac24
@@ -26,6 +26,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include "gui/rapidxml.hpp"
|
||||
#include "fixPermissions.hpp"
|
||||
#include "twrp-functions.hpp"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include "gui/rapidxml.hpp"
|
||||
#include "twrp-functions.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user