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

Commit 61ae5dfd authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "fastboot: add errno.h to fix windows build"

parents 2447afdb 81c632e4
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>