Merge "fastboot: add errno.h to fix windows build"
This commit is contained in:
commit
61ae5dfda0
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "fastboot.h"
|
||||
#include "make_ext4fs.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Reference in a new issue