Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81c632e4 authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 2447afdb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include "fastboot.h"
#include "make_ext4fs.h"

#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>