summaryrefslogtreecommitdiffstats
path: root/fastboot/engine.c
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2013-01-24 03:19:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-01-24 03:19:32 +0000
commit61ae5dfda0ddf74b5f05446aa1f76f3aa1917202 (patch)
tree236cd4eb410aec2bfc38365bef067fd346312cfa /fastboot/engine.c
parent2447afdb9ee2607b932805bd2efd8006242f4d62 (diff)
parent81c632e4dacb14c4afa8a1f166faa1bbacce4d8f (diff)
downloadsystem_core-61ae5dfda0ddf74b5f05446aa1f76f3aa1917202.zip
system_core-61ae5dfda0ddf74b5f05446aa1f76f3aa1917202.tar.gz
system_core-61ae5dfda0ddf74b5f05446aa1f76f3aa1917202.tar.bz2
Merge "fastboot: add errno.h to fix windows build"
Diffstat (limited to 'fastboot/engine.c')
-rw-r--r--fastboot/engine.c1
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>