macloader: include errno.h
authorCaio Schnepper <caioschnepper@gmail.com>
Sat, 10 Oct 2015 05:14:28 +0000 (02:14 -0300)
committerCaio Schnepper <caioschnepper@gmail.com>
Sat, 10 Oct 2015 05:14:28 +0000 (02:14 -0300)
Fix build

Change-Id: Ib60f66ddc2065bc92cd32e507ae9f3a5023f54c2

macloader/macloader.c

index a71afb0569dbbb79e0e8f693da4ba38dd4b1bf25..e70006306743208ae0e42702a79b36e17617a8fa 100644 (file)
@@ -27,6 +27,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <pwd.h>
+#include <errno.h>
 
 #include <cutils/log.h>