projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8409398
)
macloader: include errno.h
author
Caio Schnepper
<caioschnepper@gmail.com>
Sat, 10 Oct 2015 05:14:28 +0000
(
02:14
-0300)
committer
Caio Schnepper
<caioschnepper@gmail.com>
Sat, 10 Oct 2015 05:14:28 +0000
(
02:14
-0300)
Fix build
Change-Id: Ib60f66ddc2065bc92cd32e507ae9f3a5023f54c2
macloader/macloader.c
patch
|
blob
|
blame
|
history
diff --git
a/macloader/macloader.c
b/macloader/macloader.c
index a71afb0569dbbb79e0e8f693da4ba38dd4b1bf25..e70006306743208ae0e42702a79b36e17617a8fa 100644
(file)
--- a/
macloader/macloader.c
+++ b/
macloader/macloader.c
@@
-27,6
+27,7
@@
#include <fcntl.h>
#include <unistd.h>
#include <pwd.h>
+#include <errno.h>
#include <cutils/log.h>