diff options
author | Colin Cross <ccross@android.com> | 2013-01-23 21:20:23 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2013-01-23 21:20:23 -0800 |
commit | fa341f5b66088afc341a5ca4374e374a54d1afd5 (patch) | |
tree | e799fddc545bb9e0af24e137b34727885473a10a | |
parent | c86396eba20e550fe570a28d7cf5d2be8ac7efae (diff) | |
parent | 35d5b7e62456fa921d40d1ea5d91e6fcbbe8744d (diff) | |
download | system_core-fa341f5b66088afc341a5ca4374e374a54d1afd5.zip system_core-fa341f5b66088afc341a5ca4374e374a54d1afd5.tar.gz system_core-fa341f5b66088afc341a5ca4374e374a54d1afd5.tar.bz2 |
Merge commit '35d5b7e6' into master
-rw-r--r-- | fastboot/engine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/engine.c b/fastboot/engine.c index 6c636cd..8d46991 100644 --- a/fastboot/engine.c +++ b/fastboot/engine.c @@ -29,6 +29,7 @@ #include "fastboot.h" #include "make_ext4fs.h" +#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> |