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

Commit 35d5b7e6 authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

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

# Via Colin Cross (1) and Gerrit Code Review (1)
* commit '61ae5dfd':
  fastboot: add errno.h to fix windows build
parents 5fc4fdc6 61ae5dfd
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,7 @@
#include "fastboot.h"
#include "fastboot.h"
#include "make_ext4fs.h"
#include "make_ext4fs.h"


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