commit | 61ae5dfda0ddf74b5f05446aa1f76f3aa1917202 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jan 24 03:19:32 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 24 03:19:32 2013 +0000 |
tree | 236cd4eb410aec2bfc38365bef067fd346312cfa | |
parent | 2447afdb9ee2607b932805bd2efd8006242f4d62 [diff] | |
parent | 81c632e4dacb14c4afa8a1f166faa1bbacce4d8f [diff] |
Merge "fastboot: add errno.h to fix windows build"
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>