add errno.h to fix compile errors on other devices

Change-Id: I84196fb1358264b216b8505b990ae5a0406aa957
This commit is contained in:
bigbiff bigbiff
2013-12-28 18:32:15 -05:00
committed by Gerrit Code Review
parent 42f40f5c1e
commit 84a3f1ac24
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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"
+1
View File
@@ -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"