From 81c632e4dacb14c4afa8a1f166faa1bbacce4d8f Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 23 Jan 2013 19:13:43 -0800 Subject: fastboot: add errno.h to fix windows build The removal of extra headers from ext4_utils.h removed an indirect include of errno.h that breaks building with USE_MINGW=1. Change-Id: Ic8448db97b5c056a139dc836e1d6f3aaafb917c9 --- fastboot/engine.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include #include -- cgit v1.1