diff options
author | Colin Cross <ccross@android.com> | 2013-01-23 19:50:02 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-01-23 19:50:02 -0800 |
commit | 35d5b7e62456fa921d40d1ea5d91e6fcbbe8744d (patch) | |
tree | 66ebbf7da8c8366bb89c5987bea3a0bb813c3f33 | |
parent | 5fc4fdc6a06cfa151d29f751d9d9beb8cb781a6a (diff) | |
parent | 61ae5dfda0ddf74b5f05446aa1f76f3aa1917202 (diff) | |
download | system_core-35d5b7e62456fa921d40d1ea5d91e6fcbbe8744d.zip system_core-35d5b7e62456fa921d40d1ea5d91e6fcbbe8744d.tar.gz system_core-35d5b7e62456fa921d40d1ea5d91e6fcbbe8744d.tar.bz2 |
am 61ae5dfd: Merge "fastboot: add errno.h to fix windows build"
# Via Colin Cross (1) and Gerrit Code Review (1)
* commit '61ae5dfda0ddf74b5f05446aa1f76f3aa1917202':
fastboot: add errno.h to fix windows build
-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> |