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

This commit is contained in:
Colin Cross 2013-01-24 03:19:32 +00:00 committed by Gerrit Code Review
commit 61ae5dfda0

View file

@ -29,6 +29,7 @@
#include "fastboot.h"
#include "make_ext4fs.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>