mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: include errno.h
Fix build Change-Id: Ib60f66ddc2065bc92cd32e507ae9f3a5023f54c2
This commit is contained in:
parent
84093984f3
commit
02c9c719ad
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <pwd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <cutils/log.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue